body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color:#fd7217;
	font-size:2em;
}
h2 {
	color:#fd7217;
	font-size:1.25em;
	font-weight:bold;
}
a, a:visited, a:active {
	color: #666;
	text-decoration: none;
	}
a:hover { text-decoration: underline;
	  color: #fd7217;
	}
#wrapper{
	position: absolute;
	top: 50px;
}
#main {
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
	width: auto;
	min-height: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	float: none;
}
#subsection {
	font-size: .7em;
	color: #CCCCCC;
	background-color: #000000;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 195px;
	margin: 0px;
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#menu {
	position: absolute;
	height: 450px;
	width: 450px;
	left: auto;
	top: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer {
	height: 50px;
	width: 100%;
	text-align:center;
	font-size: 0.8em;
	color:#fd7217;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
