#container {
	color:#333333;
	background-color:#C9C0B4;
	width:800px;
	line-height:1.5em;
	border:1px solid #808080;
	margin:10px auto 10px auto;
}

#top {
	height:80px;
	text-indent:-9999px;
	background-image:url(images/mdp.png);
	border-bottom:1px solid #808080;
	padding:15px;
}

#top h1 {
	font-size:48pt;
	font-family:'Goudy Old Style';
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFEED6;
	margin:0px;
	padding:15px 0px 0px 0px;
}

#top h2 {
	font-weight:bold;
	font-family:'Goudy Old Style';
	letter-spacing:0px;
	font-size:15pt;
	color:#C9C0B4;
	margin:0px;
	padding:10px 0px 0px 0px;
}

#leftnav {
	float:left;
	width:170px;
	height:80px;
	margin:0px;
	padding:1em;
}

#content {
	margin-left:200px;
	max-width:36em;
	line-height:1.5em;
	width:550px;
	border-left:1px solid #808080;
	padding:1em;
}

#footer {
	clear:both;
	text-align:center;
	color:#FFEED6;
	background-color:#2D1B00;
	border-top:1px solid #808080;
	margin:0px;
	padding:0.5em;
}

#leftnav p {
	line-height:3em;
	font-family:'Goudy Old Style';
	font-size:14pt;
	margin:0px 0px 1em 0px;
}

#content h2 {
	font-weight:bold;
	font-size:20pt;
	font-family:'Goudy Old Style';
	margin:0px 0px 0.5em 0px;
}

