﻿ CSS Stylesheet 
<STYLE type=text/css>



P {
	FONT: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}



#header {
	height: 250px;
	width: 850px;
	position: relative;
	
}

	
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	list-style:none;
	float: left;
	right:0px;
	bottom:0px;
	
}

#header li {
	float:left;
	
}

.highlight {
	FONT-WEIGHT: bold;
	COLOR: #FFF;
	font-size: 14px;
	background-color: #F00;
	display: inline;
	text-decoration: underline;
	text-align: center;
}
#header img {
	position: absolute;
	left: 200px;
}

.legend {
	COLOR: #000;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

body {
	background-color: #000;
}

#header li a:link, #header li a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	display:block;
	padding:.2em .5em;
	line-height: 1.2em;
	font-weight: bold;
	margin:.5em;
	background-color:#999
}

#header li a:hover {
	background-color:#FFF;
	color:#00f
}
#content {
	height: auto;
	width: 850px;
	background-color: #999;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	background-color: #999;
	width: 820px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
}

