@charset "utf-8";
/* CSS Body - Blue */

body,td,th {
	font-family: Tahoma, Corbel;
	font-size: 12px;
	color: #000000;
	margin: 0;
}
body {
	background: url(../images/bg-r.png) #e9e9e9 repeat-x;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#backdrop {
	width:1000px;
	height: 700px;
	position: static;
	margin: 0 auto;
	background: url(../images/bg.jpg) center top no-repeat;
	overflow: hidden;
	}

#header {
	width: 802px;
	height: 186px;
	margin: 0 auto;
	background: url(../images/headerbg.png) 2px bottom no-repeat;
	}
#headleft {
	width: 409px;
	height: 23px;
	float: left;
	padding: 163px 5px 0 5px;
	background: url(../images/menubg.png) 2px bottom no-repeat;
	}
	
#headright {
	width: 383px;
	height: 128px;
	background: url(../images/headlogo.png) center no-repeat;
	margin-top: 58px;
	float: right;
	}

#content {
	width: 800px;
	height: 600px;
	padding-left: 2px;
	position: inherit;
	margin: 0 auto;
	overflow: hidden;
	}
	
#full {
	width: auto;
	height: auto;
	padding: 0 10px 0 10px;
	}
#footer {
	clear: both;
	width: 1000px;
	height: 10px;
	background: url(../images/footerb.png) top center no-repeat;
	margin: 0 auto;
	}
	
#title {
	width: auto;
	height: auto;
	background: #dfe1e4;
	text-align: center;
	overflow: hidden;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #9da8b5;
	}
	
#altright {
	width: 580px;
	height: 600px;
	float: right;
	padding: 5px 10px 10px 10px;
	}

#altleft {
	width: 199px;
	height: 600px;
	float: left;
	background: #dfe1e4;
	border-right: solid 1px #9da8b5;
	overflow: hidden;
	}	
#mainleft {
	width: 480px;
	height: 600px;
	float: left;
	padding: 0px 10px 10px 10px;
	}

#mainright {
	width: 280px;
	height: 600px;
	float: right;
	padding-top: 5px;
	background: #dfe1e4;
	border-left: solid 1px #9da8b5;
	}
#menu-box {
	display: block;
	width: 199px;
	color: #fff;
	padding: 0 0 0 10px;
	background: #436188;
	border-bottom: 1px solid #9da8b5;
	}

#menu-content {
	position:inherit;
	width: auto;
	height: auto;
	padding: 0px 9px 10px 10px;
	}
	
#menu-testi {
	width: auto;
	height: auto;
	padding: 0px 9px 10px 10px;
	}

#menu-sponsor {
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	text-align: center;
	}

#cleft-copy {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding-top: 0;
	font-size: 10px;
	background: none;
	color: #888888;
	}
.logo {
	padding: 5px;
	}
a img {
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: .8;
	}
a img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}
