body
{	background-color: #191516;	color: white;	font-size: 14px;	font-family: Arial, Helvetica, sans-serif;
	text-align: left;

}

#container
{
	width: 900px;
	height: 635px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style:solid;
	border-color: white;
}

#header 
{	width: 900px;
	height: 200px;
	Margin-bottom: 20px;}

#nav ul{	color: black;	width: 162px;
	font-weight: bold;
	list-style-type: none;
	float: left;
}
	
#nav ul li a{	padding-left: 6px;
	line-height: 30px;	color: #d67224;
	text-decoration: none;
}
	
#nav ul li a.active{	color: white;
	text-decoration: none;
}#nav ul li a:hover{	color: #d67224;
	text-decoration: none;	
}

#middle 
{
	color: white;	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	float: left;
	font-size: 13px;
	line-height: 17px;
	
}

#colimage {
	padding-top: 25px;
	padding-right: 40px;
	float: right;
	}

	
img {
border-style: none;
}


#footer {
clear: both;
margin-top: 20px;
width: 890px;
float: right;
background-color: white;
font-size: 7px;
text-align: right;
padding-right: 10px;
color: black;
}

#footer 
a.two:link {color: black; text-decoration: none;}
a.two:visited {color: black; text-decoration: none;}
a.two:hover {color: #d67224; text-decoration: none;}
a.two:active {color: black; text-decoration: none;}
