a:link {
	color: #8E7400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8E7400;
}
a:hover {
	text-decoration: none;
	color: #124C5B;
}
a:active {
	text-decoration: none;
	color: #8E7400;
}
	
	
h1 {
	font-family:Arial;
	font-size:21px;
	color:#004D5B;
	font-weight:lighter;
	margin:8px 0px 8px 0px;
}

.backtotop {
	text-decoration:none;
	color:#8E7400;
}
.bold {
	text-decoration:none;
	color:#8E7400;
	font-weight:bold;
	
}

#mainContainer {
	margin: 0px auto 0px auto;
	width:960px;
	height:auto;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A1A1A;
}

#mainContainer a img {
	border:0px;
	
}

#banner, #top_body, #mainBody, #footer {
	width:900px;
	display:inline;
	float:left;
	padding:0px 30px 0px 30px;
}

#banner {
	height:206px;
	background:url(images/banner_bg.gif) no-repeat top left;
}

#top_body {
	margin-top:19px;
	height:90px;
	background:url(images/body_bg_top.gif) no-repeat top left;
}

#nav {
	margin-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8E7400;
	text-align:center;
}

#nav a{
	text-decoration:none;
	padding:0px 3px 0px 3px;
	
	color:#8E7400;
}
#nav a:hover {
	color: #124C5B;
}
#mainBody {
	height:auto;
	background:url(images/body_bg_main.gif) repeat-y top left;
}

#leftCol {
	float:left;
	width:625px;
	height:auto;
	
}

#rightCol {
	float:right;
	width:230px;
	height:auto;
}

#rightCol img{
	margin-bottom:30px;
}


#footer {
	position:relative;
	background:url(images/body_bg_footer.jpg) no-repeat left top;
	height:261px;
	margin-bottom:80px;
	
}

#footer_bg {
	z-index:0;
	position:absolute;
	right:10px;
	bottom:10px;
	background:url(images/footer_snail.jpg) no-repeat;
	width:340px;
	height:296px;
	
}

