body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	background-color: #221E1F;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
}
#header {
	background-image:url(images/pwsbanner.jpg);
	position: absolute;
	top: 0px;
	height: 200px;
	width: 850px;
}
#topnav {
	position: absolute;
	height: 20px;
	width: 600px;
	left: 250px;
	top: 170px;
}
#content {
	position: absolute;
	top: 200px;
	width: 850px;
	background-color: #FFFFFF;
}
#leftcontent {
	width: 230px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#rightcontent {
	width: 580px;
	position: absolute;
	left: 260px;
	top: 10px;
}
#botnav {
	position: absolute;
	width: 850px;
	height: 50px;
	background-color: #221E1F;
	z-index: 2;
	font-size: 11px;
	color: #FFFFFF;
}
#botnav a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#botnav a:hover {
	text-decoration: underline;
}
#content a:link, a:visited, a:active {
	color: #E4162F;
	text-decoration: none;
}
#content a:hover {
	color: #E4162F;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	margin-left: 15px;
}
