html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#000000;
}
img {
	border: 0;
}
a { 
	font-weight: bold;
	text-decoration: none;
		color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
.more {
	text-align: right;
	color: #679a34;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

 h1, h2, h3, form {
	font: 16px verdana, arial, sans-serif;

	color: #ffffff;
}

h4{
	font: 18px arial, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
	background-color:#000000;
}


#header {
	height: 99px;
	position: absolute;
	width: 998px;
	background: url(images/marcusevans-logo.gif) no-repeat;
	background-position:right top;
	background-repeat:no-repeat;
}
#header h1 {
	margin-top: 0px;
}
#header h1 img {
	display: block;
}


#headline {
	padding-top: 100px;
	font: 11px verdana, arial, sans-serif;
		color: #ffffff;
}





#body {width: 1000px;
	padding-top: 2em;
	text-align: justify;
}



#body-left {
	float: left;
	width: 310px;
	
	padding: 15px;
	background-color:#161616;
}
#body-right {
	float: right;
	width: 650px;
		background-color:#000000;
	padding: 5px;
	color:#FFFFFF;
}



#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 1em;
	text-align:justify;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}



#footer {
	color: #FFFFFF;
	background: #000000 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font: 11px verdana, arial, sans-serif;

	color: #ffffff;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}






.indentmenu{
font: 11px verdana;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 1000px;
border: 1px solid #666666; /*dark purple border*/
border-width: 1px 0;
background:  url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 5px 33px;
text-decoration: none;
border-right: 0px solid #b1b1b1; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #ffffff; !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background:  url(images/indentbg2.gif) center center repeat-x;
}

