/*Author: Shawn Anderson*/
body{
	background-color:#CCCCCC;
	margin:0px;
}

#container {
	width: 750px;
	border: none;
	/*padding-top: 0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

#banner {
	/*width: 750px;*/
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}


#nav ul{ 
	/*width: 746px;*/
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	font: 13px Verdana, sans-serif;
	padding: 2px;   
	/*white-space : nowrap;*/
	background-color : black;
	color : White; 
}

#nav ul li{ 
	display : inline;
} 

#nav ul li a{
	text-decoration : none;   
	border-right-color : white;   
	border-right-style : solid;   
	border-right-width : 1px;  
	background-color:black;   
	color : White;   
	font-weight : bold;   
	text-decoration : none;   
	padding-left : 1em;   
	padding-right : 1em;
}

#nav ul li a:hover{  
	background-color: white;
	border-color: #E6E6E6;   
	color : black;
	text-decoration:none;
}

/*What you actually care about*/
#content {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;*/
	/*font: 13px Verdana, sans-serif;*/
	font-family: Tahoma, Verdana, Arial; 
	text-align: left;
	background-color: #CC9999;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 175px;
	padding-right: 175px;
	font-size:14px;
	border-right-style:solid;
	border-left-style:solid;
	
}
	
/*again, the name says it all*/
#footer {
	background-color: #CC9999;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 5px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: center;
	border-right-style:solid;
	border-left-style:solid;
}

hr{
	background-color:black;
	color:black;
}
