@charset "UTF-8";
/* CSS Document */

body{
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}
p{
	margin: 0px 0px 0px 0px;
}

a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:active{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible
	
}
#header{
	height: 269px;
	width: 900px;
	background-image:url(../images/header_background.jpg);
}
#logo{
	height: 269px;
	width: 900px;
	background-image:url(../images/mainlogo.png);
}
#logo_top{
	height:200px;
	width: 900px;
}
#logo_top a:link {
	color:#FFC;
	font-weight:bold;
	text-decoration:none;
}
#logo_top a:hover {
	color:#FFC;
	font-weight:bold;
	text-decoration:underline;
}
#logo_top a:active{
	color:#FFC;
	font-weight:bold;
	text-decoration:none;
}
#logo_top a:visited{
	color:#FFC;
	font-weight:bold;
	text-decoration:none;
}
#navigation{
	height:50px;
	width: 900px;
	padding-top: 19px;
	padding-bottom: 1px;
	text-align: center;

}
#body{
	width: 900px;
	background-image:url(../images/body_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fdfdfb;
	text-align:center;
	
}
#body a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#body a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#body a:active{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#body a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


#footer{
	height: 120px;
	width: 900px;
	background-image: url(../images/footer_background.jpg);
}
.copyright {
	font-size: 9px;
}
.copyright_splash {
	font-size: 11px;
}

#print {
	font-size: 16px;
	color:#FFF;
}

#print a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#print a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
#print a:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#print a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
