@charset "utf-8";
/* CSS Document */
/*/
/*body attributes*/
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #999999;
	}

#maincontainer {
margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 900px;
	font-family: Geneva, sans-serif;
	background-color: #999999;
}
/*header attributes*/
#header {
	background-color: #000000;
	height: 105px;
	margin: 0px;
}
/*rule attributes*/
#rule {
	height: 5px;
	background-color: #FF0000;
	margin: 0px;
}
/*top navigation attributes*/
#top_nav {
	background-color: #333333;
	height: 40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
/*top nav unordered list*/
#top_nav ul {
padding: 0px;
margin: 0px;
}
/*top nav list*/
#top_nav li{
	display:inline;
	list-style: none;
}
/*top nav list attributes*/
#top_nav li a{
	height:25px;
	float: left;
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top: 15px;
}
/*top nav list font hover*/
#top_nav li a:hover{
background-color: #262626;
color: #FF0000;
}
/*footer attributes*/
#footer {
	width:880px;
	float: right;
	height: 20px;
	text-align:right;
	font-size: 10px;
	color: #FFF;
	color: #FF0000;
	text-decoration:none;
	background-color: #333333;
	display: inline;
	margin-top: 0px;
	padding-right: 20px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
