@charset "UTF-8";
#header {
	background: url(Will%27s%20Work%20site%20images/blackbanner.jpg) no-repeat top;
	font-family: "Times New Roman", Times, serif;
	width: 1002px;
	height: 162px;
	position: relative;
}
#header  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header li {
	float: left;
}
#header li a {
	color: #FFFF00;
	font: "Times New Roman", Times, serif;
	text-decoration: none;
	background: #000000;
	padding: .1em .5em;
	margin-right: .5em;
}
#header a:hover {
	color: #ffffff;
}
body {
	background: #000000;
	width: 1000px;
}
#navbar {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#maincontent {
	color: #FFFFFF;
	background: #000000;
	width: 650px;
	margin-left: 175px;
}
#maincontent a {
	display: block;
	font: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}	
#footer p {
	font-size: .75em;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
}
