/* CSS Document */
body {
	background: #FFFFFF url(bk.jpg);
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color:#000000;
}

#wrapper {
	padding: 0px;
	width: 800px;
	border: 2px solid #333333;
	margin: 0px auto;
}

#header {
	background: #FFFFFF url(header.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 160px;
	position: relative;
	border-top: 1px solid #333333;
}

#contentwrapper {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline-block;
}

#content {
	background: #FFFFFF left top;
	width: 598px;
	float: left;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #333333;
	padding: 0px;
	border-right: 1px solid #333333;
	height: 653px;
}
p {
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
}

a:link {
	color: #333333;
	text-decoration:underline;
	font-weight: 500;
}

a:visited {
	color: #333333;
	text-decoration:underline;	
}

a:hover {
	color: #D7251B;
	text-decoration: underline;
}

#sidebar {
	background: #FFFFFF url(nav_bk.png) no-repeat;
	margin: auto;
	padding: 0px;
	float: right;
	width: 200px;
	border-top: 1px solid #333333;
}



#footer {
	background: #999999 url(footer.jpg) no-repeat;
	clear: both;
	height: 38px;
	width: 800px;
	font: 300 normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 3px 0px 2px;
	border-top: 1px solid #333333;
}
#sponsor {
	font: 400 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background: #CCCCCC;
}


#footer a:link {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	color: #D7251B;
}


.addclear:after {
content: ".";
display" block;
height:0;
clear:both;
visibility:hidden;
}
.addClear {height 1%;}

	

	


	

	
