@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	font-size: 10px;
	color: #FFA129;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFA129;
}
a:hover {
	text-decoration: underline;
	color: #689899;
}
a:active {
	text-decoration: none;
	color: #FFA129;
}
.outer {
	width: 755px; 
	margin: 0 auto;
}
.mainImage{
	float: left; 
	width: 487px;
}
.nav{
	float: left; 
	width: 266px;
}
.main{
	clear: both; 
	width: 755px;
}	
.footer{
	clear: both; width: 739px; 
	height: 34px; 
	background: #ffffff url(images/footerbg.jpg) no-repeat; 
	padding: 8px;
}