body {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: century gothic;
	font-weight: bold;
	padding-top: 41px;
	padding-left: 24px;
}
a  { text-decoration: none; overflow: hidden; }
li { list-style-type: none; }

#container {
	height: 377px;
	width: 712px;
}
#container #main {
	border: 1px solid #B88573;
	height: 375px;
	width: 712px;
background-color:blue;
}
#container #main #logo {
	float: left;
	width: 250px;
	xwidth: 200px;
	height: 375px;
	background: url('images/mhs_frontlogo.jpg');
border:0px;
background-color: white;
}
#container #main #flash {
	float: right;
	width: 462px;
	xwidth: 506px;
	height: 375px;
	background: url('images/DSC_0012.jpg');
background-color: white;
}
#container #menu {
	float: left; 
	border-bottom: 1px solid #EDDAD0;
	width: 712px;
	xheight:30px;
	letter-spacing: 1px;
	font-family: century gothic;
	padding-top:5px;
	padding-bottom:5px;
}

#container #menu ul, 
#container #menu ul li {
	padding: 0px;
	margin: 0px;
}
#container #menu ul li {
	float: right;
	width: 114px;
}
#container #menu ul li a {
	color: #af6426;
}
#container #menu ul li a:hover {
	display: block;
	color: beige;
	background-color: #af6426;


	xcolor: #974b34;
xfont-weight:bold;
xborder-bottom:3px solid #af6426;
}
/***************/
/* - Footer -> various links + copyright */
/***************/
#container #footer {
	float: left;
	width: 678px;
	text-align: center;
	font-size: 9px;
	padding-top: 6px;
	color: #974b34;
}
#container #footer a {
	color: #974b34;
}
#container #footer a:hover {
	font-weight: bold;
}
