BODY
{
	font-family: Arial;
	background-color: #d1e2ec;
	margin: 10px;
}

#wrapper
{
	margin: auto;
	background: #fefefe;
	border: 0px #000000;
	width: 1040px;
}

#header
{
	height: 220px;
	width: 1040px;
	border: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(bg.png);
	text-align: center;
}

#contentblock
{
	position: relative;
	width: 1040px;
	padding: 0px;
}

#navbartop
{
	width: 1020px;
	height: 35px;
	padding: 10px;
	color: #ffffff;
	float: left;
}

#navbartop A
{
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
	font-size: 18px;
}

#navbartop A:visited
{
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
	font-size: 18px;
}

#navbartop A:hover
{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px dotted #FF0000;
	font-size: 18px;
}

#navbartop td.menu {
 height: 35px;
 border: 0px;
 padding: 0px;

 /*background-image: url();*/
 background-repeat: repeat-x;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 }

#navbartop td.menusplit {
 height: 35px;
 width: 50px;
 border: 0px;
 padding: 0px;
 background-image: url();
 background-repeat: repeat-x;
 }

#content
{
	width: 940px;
	padding: 50px;
	color: #000000;
	background: #fefefe;
	min-height: 400px;
	float: left;
	font-size: 14px;
	line-height: 120%;
}

#footer
{
	text-align: center;
	height: 20px;
	width: 1000px;
	padding-top: 10px;
	clear: both;
	color: #000000;
	font-size: 10px;
}
