﻿* 
{ 
	margin					: 0; 
	padding					: 0;
}


body 
{ 
	font					: normal normal 125%/1.2 Calibri, Arial, Tahoma;
	background				: #ccc1a6; 
	color					: #343635;
}


#site_center 
{
	text-align				: center;
}

#main 
{
	width					: 980px; 
	margin					: 0 auto; 
	text-align				: left; 
	margin-top				: 36px;
}


/*-- Body (wrapper) --*/
#bgtop
{
	height					: 11px;
	background				: url(../../images/bgtop.png);
}

#bgmid
{
	background				: url(../../images/bgmid.png) repeat-y;
}

#bgbot
{
	height					: 9px;
	background				: url(../../images/bgbot.png);
}


#content
{
	margin-left				: 25px;
	margin-right			: 25px;

}

.content a
{
	text-decoration			: none;
	color					: #23408f;
}

/*-- Footer (All Pages) --*/
#footer
{
	font-size				: .60em;
	font-family				: Arial Narrow, Tahoma, Verdana;
	letter-spacing			: 1px;
	text-align				: center;
	color					: #fff;
	font-weight				: 700;
	padding-top				: 15px;
}

#footer a
{
	color					: #fff;
	text-decoration			: none;
	text-transform			: uppercase;
	padding-left			: 17px;
	padding-right			: 17px;
}

#footer a:hover
{
	color					: #000;
}

#footersmall
{
	text-align				: center;
	font-size				: .50em;
	font-family				: Arial Narrow, Tahoma, Verdana;
	color					: #7a7259;
}

#footersmall a
{
	color					: #7a7259;
	text-decoration			: none;
}

#footersmall a:hover
{
	color					: #ffffcc;
	text-decoration			: none;
}

