* {
padding:0px;
}
body {
background-color:black;
background-image:url(/images/mh_bkgd_1600x540.jpg);
background-repeat:repeat-x;
}
#Wrapper {
margin: 40px auto;
position:relative;
width:760px;
}
#InnerWrapper{
width: 706px;
margin: auto;
border: solid #636363 1px;
background-color: #0F0E0C;
}

/*********** Header area ************/
#Header{
background-color: #0F0E0C;
height: 180px;
border-bottom: #993300 4px solid;
Position: relative;
}
#SiteName{
	Position: absolute;
	top: 10px;
	left: 20px;
}
#TagLine{
	Position: absolute;
	top: 69px;
	left: 443px;
}
#HeaderGraphic{
	Position: absolute;
	top: 121px;
	left: 0px;
}
#Header ul{
	Position: absolute;
	top: 153px;
	display: block;
	text-align:center;
	width: 706px;
	margin: 3px 40px 3px 0;
}
#Header ul li{
	display: inline;
	font-variant: small-caps;
	margin: 0 15px;
}
#Header ul li a{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}
#Header ul li a:link{
	color: #DE944E;
}
#Header ul li a:visited{
	color: #DE944E;
}
#Header ul li a:hover{
	text-decoration: underline;
	color: #DE944E;
}
#Header ul li a:active{
	color: #DE944E;
}


/*********** Content area ************/
#Content {
margin:20px 0 20px 92px;
position:relative;
z-index:10;
color: white;
Background-color: #0F0E0C;
}
h2{
font-family: Verdana, sans-serif;
font-size: 11px;
letter-spacing: 2px;
color: #DE944E;
margin: 30px 0px 20px 0px;
}
p {
color: #CCCCCC;
margin:0pt 5px;
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 18px;
}

#PDFLink p{
display: inline;
margin: 0 0 0 10px;
font-family: Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
}
.HomePhoto{
margin: 25px 0px;
}

#Content a{
color:white;
}


/*********** Footer area ************/
#Footer{
text-align: right;
color: White;
background-image: url(../images/FooterBackground.jpg);
background-color: #006666;
background-position: top;
background-repeat: no-repeat;
font-family: Verdana, sans-serif;
font-size: 10px;
height: 19px;
}
#Footer p{
	Position: relative;
	Margin-right: 40px;
	Top: 3px;
}