/* basic elements */
body { 
	color:#000000 ; 
	font-family: Verdana ; 
	font-size:8pt ; 
	line-height: 16px;
	background-color: #FFFFFF;
 	text-align: center;
	margin: 0; 
}



		A, A:visited
		{
			color:#BA211A ; 
			font-weight:bold; 
			text-decoration: underline;
		}


		A:hover
		{
			color:#6E0A06 ; 
		}



li {
	padding-bottom: 10px;
}






/* specific divs */
#container { 
 	margin: 0 auto;
 	text-align: left; 
 	width: 760px;
 	background: url(../images/body/logo.gif) no-repeat;
}


#logo { 
	font-size: 19pt;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 14px;
	padding-left: 135px;
	color: #CA0900;
}

#logo .slogan {
	font-size: 9pt;
	font-weight: bold;
	padding: 9px 0px;
	color: #876563;
}

.aboutusbox { 
	width: 350px;
	padding: 10px;
	margin-left: 135px;
	border-top: 1px solid #CCC;
}

.contactdetails {
	border: 1px dotted #aaa;
	padding: 40px 15px;
	float: right;
	margin-top: 20px;
	background: #FAF9F9;
	text-align: center;
}


.spacer {
	clear: both;
}

#footer {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #CCC;
	color: #888;
	padding-top: 8px;
	font-size: 7.5pt;
}

#footer a {
	color: #888;
	font-weight: normal;
}



