html,body {
	background: url('../images/bg.jpg') repeat-x top center;
	background-color:#afbace; 
	padding:0; 
	margin:0;
	height:100%;
	font-family: Tahoma;
	color: #424242;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#container {
	float: left;
	width: 100%;
}

#maincontainer {
	margin: 0 auto;
	width: 766px;
	height: 698px;
	background-color:#afbace; 
}

#header {
	float: left;
}

#logo {
	float: left;
	width: 396px;
	height: 83px;
	padding-top: 19px;
	text-align: center;
}

#headerright {
	float: left;
	width: 370px;
	height: 60px;
	background-color: #f1f1f1;
	font-size: 11px;
	padding: 20px 0;
	padding-bottom: 19px;
}

#headerright h1 {
	float: left;
	width: 227px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
	border-right: 1px solid #959595;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}

#headerright h1 span {
	color: #FF0000;
	font-size: 23px;
}

ul#headerlinks {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	line-height: 15px;
}

#headerlinks img {
	margin-right: 4px;
}

ul#headerlinks a,
ul#headerlinks a:visited {
	text-decoration: none;
	color: #424242;
}

#topbuttons {
	float: left;
	margin-top: 29px;
	width: 766px;
	height: 47px;
}

#topbuttons ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#topbuttons li {
	float: left; 
	margin-right: 1px;
}

#maincontent {
	float: left;
	width: 766px;
	margin-top: 1px;
	border-bottom: 3px solid #e3e3e3;
}

#flash {
	border-bottom: 3px solid #e3e3e3;	
}

#col1 {
	float: left;
	width: 395px;
	height: 409px;
}

#mainimage {
	float: left;
	width: 395px;
	height: 195px;
}

#leftcontent {
	float: left;
	overflow: auto;
	margin: 10px;
	width: 375px;
	height: 194px;
	font-size: 11px;
	color: #56585C;
}

#col2 {
	float: left;
	margin-left: 1px;
	width: 294px;
	height: 409px;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 97px;
	height: 97px;
}

#footer {
	float: left;
	width: 716px;
	font-size: 12px;
	text-align: center;
	margin-top: 21px;
	line-height: 12px;
}

#footer a,
#footer a:visited {
	color: #484B4D;	
	text-decoration: none;
	padding: 0 8px;
}

#footer #copyright {
	font-size: 11px;
	color: #F1F1F1;
	line-height: 20px;
}

#footer #ats {
	margin-top: 5px;
}