body
{
	margin: 20px;
	padding: 0px;
	background-image: url("mmhele.gif");
}

a:active, a:visited, a:link
{
	color: #43525A;
	text-decoration: none;
}

a:hover
{
	color: #43525A;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	width: 902px;
}

#header
{
	width: 900px;
	height: 200px;
	border:1px solid #ffdd88;
	border-bottom: 0px;
}

#menu
{
	margin-top: 10px;
	width: 900px;
	padding: 0px;
	border:1px solid #ffdd88;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #43525A;
	background: #FAFAF8;
}

#container2
{
	margin-top: 10px;
	border:1px solid #ffdd88;
	background: #FAFAF8;
}

#content
{
	width: 900px;
	height: 500px;
	line-height: 150%;
}

#content h2
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 8px;
	font-size: 175%;
}

.overflow
{
	overflow: auto;
	width: 900px;
	height: 500px; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 900px;
	padding: 5px 0px;
	border:1px solid #ffdd88;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
}