body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:20px;
	padding:0;
	min-width:962px;
}
div#header {
	width:100%;
	height:6em;
	margin:10px auto;
	color:#fff;
	clear:both;
}
div#header h2 {
	font:38px "Courier New", Courier, monospace;
	color:#999;
	padding:0 0 0 20px;
}
/* begin drop down menu */
div#menuwrapper {
	border:solid #090 1px;
	background-color: #909090;
	background-image: url(../images/exp_mbar.jpg);
	background-repeat: repeat-x;
	width:100%;
	margin:10px auto;
	color:#fff;
	clear:both;
}
br.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
ul#menubar {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
}
ul#menubar a.trigger {
	padding: 5px 26px 5px 20px;
}
ul#menubar a.trigger:hover {
	background:url(../images/exp_mbar_hover.jpg) repeat-x;
}
ul#menubar a.selected {
	background:url(../images/exp_mbar_rev.jpg) repeat-x;
	color:#000;
}
ul#menubar li {
	float: left;
	width: 9em;
}
ul#menubar li:hover a, ul#menubar a:focus, ul#menubar a:active, ul#menubar li.hvr a {
	color: #000;
	background:url(../images/exp_mbar_hover.jpg) repeat-x;
}
ul#menubar li {
	width: auto;
}
ul#menubar li.right {
	float:right;
}
ul#menubar li.right a {
	border:none;
	border-left:1px solid #333;
}
/* end drop down menu */
div#featured {
	width:100%;
	background:#444 url(../images/backgroundhome.gif) 50% -14.25em no-repeat;
	border:solid #090 1px;
	height:30em;
	margin:0;
	padding:20px 0 0 0;
}
div#content {
	margin:auto;
	width:700px;
}
a:link {
	text-decoration:none;
	color:#69f;
}
a:visited {
	text-decoration:none;
	color:#f9f;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}
a:active {
	color: #0000FF;
}
div#footer {
	width:100%;
	height:3em;
	margin:10px auto;
	_padding:0 0 10px 0;
	background:#444 url(../images/backgroundhome.gif) 50% -46.7em no-repeat;
	border:solid #090 1px;
	color:#fff;
	clear:both;
}
div#footer span {
	float:left;
	margin:15px 10px;
}
div#footer a {
	width:100px;
	margin:0;
	padding:3px 20px;
}
div#footer img {
	border:none;
	vertical-align:middle;
	padding:4px 0;
	_padding:0;
	_width:inherit;
	_height:inherit;
}
div#menuwrapper ul#menubar img {
	float:left;
	padding:0;
	margin:-3px 5px 0 5px;
	border:none;
}
p#rights span {
	color:#fff;
	font-size:.5em;
	padding:0;
	margin:0;
	vertical-align:top;
}
