/* Begin Basic Structural Elements */

.clear { clear: both !important; }

body {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	background: #ba9b6e;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	background: #fff url(../images/content_bg.gif) 199px 281px no-repeat;
	width: 760px;
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: left;
	min-height: 848px;
	height: auto !important;
	height: 848px;
}

/* End Structural Elements */


/* Begin Header Elements */

#header {
	margin: 0;
	padding: 0 17px 0 17px;
	height: 92px;
	overflow: hidden !important;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/mhs_logo.gif) top left no-repeat;
}

#header h1 a {
	display: block;
	height: 0px !important;
	padding: 93px 0 0 0 !important;
	width: 150px;
	overflow: hidden !important;
	text-indent: -9999px;
}

#header ul {
	display: block;
	margin: 0 0 0 0;
	padding: 39px 0 0 446px;
	list-style-type: none;
	font-size: 11px;
}

* html #header ul { padding-left: 428px; }

#header ul li {
	display: block;
	padding: 10px 13px;
	float: left;
	border-left: 1px solid #007bc4;
}

#header ul li.first {
	padding-left: 26px;
	border: none;
	background: url(../images/nav_arrows.gif) top left no-repeat;
}

#header ul li.last 
{
	padding-right: none;
	white-space: nowrap;
	 }
      
#header a {
	text-decoration: none;
	color: #007bc4;
}

#header a:hover { text-decoration: underline; }

/* End Header Block */


/* Begin Footer Elements */

#footer {
	clear:both;
	width: 760px;
	margin: 0 auto;
	font-size: 10px;
	color: #5c4d37;
	padding: 13px 0;
	text-align: center;
}

#footer a { color: #5c4d37; }
#footer a:hover { color: #000101; }

/* End Footer Elements */