@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	height: 700px;
	
}
#wrapper #subwrapper {
width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-background.jpg);
	background-repeat: no-repeat;
	height: 700px;
	background-position: 0px 246px;
}
#wrapper #subwrapper #contentleft {
	float: left;
	width: 500px;
	margin-right: 0px;
	padding-right: 25px;
	padding-left: 25px;
	color:#FFFFFF;
	padding-top: 15px;
	line-height: 22px;
	font-size: 12px;
}
#wrapper #subwrapper #contentbody {
	float: left;
	width: 500px;
	margin-right: 0px;
	padding-right: 25px;
	padding-left: 25px;
	color:#333333;
	padding-top: 15px;
	line-height: 22px;
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#wrapper #subwrapper #contenttop {
	height: 246px;
	width: 950px;
}
#wrapper #subwrapper #contenttop #topnav {
	float: right;
	padding-top: 200px;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
color: #03a1e5;
text-decoration:none;
}