@import url("sites.css");
/* CSS Document */

	body
	{
	margin: 0;
	padding: 0;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #CCCCCC;
	}
	
	#container
	{
	margin: 1em auto;
	width: 656px;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	clear: both;
	position: relative;

	}
	
	#header
	{
	height: 120px;
	background-image: url(../media/title_bar11.jpg);
	background-repeat: no-repeat;
	}
	
	#mainnav
	{
	height: 25px;
	}
	
	h1
	{
	color: #FFFFFF;
	margin-top: 0;
	font-family: georgia, times, "times new roman", serif;
	}
	
	#mainnav ul
	{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #999999;
	}
	
	#mainnav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #999999;
	}
	
	#mainnav li a
	{
	text-decoration: none;
	color: #666666;
	}
	
	#mainnav li a:hover
	{
	text-decoration: underline;
	color: #000099;
	}
	
	#menu
	{
	float: right;
	width: 160px;
	padding: 10px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	top: 0px;
	}
	
	#contents	
	{
	margin-right: 200px;
	margin-left: 20px;
	height: auto;
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	#footer	
	{
	clear: both;
	height: 32px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}

#header h1 
	{
	display: inline;
	}
	
.imagefloat 
	{
	float: right;
	}
