body {
	padding:0;
	margin: 0;
}

#wrap {
	position: relative;
	width: 758px;
	margin: 0 auto;
	padding: 0;
}

#backdrop {
	position: relative;
	width: 758px;
	height: 642px;
	border-top: 4px #000 solid;
	border-bottom: 16px #333 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;	
}

#thenav {
	position:	absolute;
	top: 		170px;
	left: 		10px;
}

#floatwt {
	position:	absolute;
	top: 		132px;
	right: 		0;
	width: 		170px;
	height: 	20px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index: 2;	
}

#thedate {
	position:	absolute;
	top: 		135px;
	right: 		6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-weight: bold;
	color:#5C2731;
	z-index: 3;
}

a.nav:link,a.nav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #5C2731;
	text-transform: uppercase;
}

a.nav:hover, a.nav:active{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color:#a89878;
  text-transform: uppercase;  
}

a.navmls:link,a.navmls:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
	color: #116220;
	text-transform: uppercase;
}

a.navmls:hover, a.navmls:active{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color:#a89878;
  text-transform: uppercase;  
}

a.footerlink:link, a.footerlink:visited{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
 }
a.footerlink:hover, a.footerlink:active{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
 }
.footerinfo{
  color:#666666;
  font-size:11px;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
 }
