body { background-color: #868d84; text-align: center; /*min-width: 800px;*/ margin: 30 0 20 0px; }


#container { width: 800px; margin:0 auto; text-align: left; }

#header	{ background-color:#f2f3e9;  position: relative; height: 261px; }
#header img { border: 0; }

#title_massie { width: 178px; height: 68px;  position: absolute; left: 60px; bottom: 50px; }

#content
{
	float: left;
	width: 750px;
	background-color:#fff; 
	padding: 25px;
	font-family: trebuchet ms, verdana;
}

/* NAVIGATION MENU */


#navigation
{
	margin: 0px;
	width: 800px;
	height: 48px;
	background-image: url('../img/bg_nav.gif');
}

#navmenu
{
	margin: 0px;
	text-align: center;
}

#navmenu li 
{
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14pt;
	font-family:  Century Gothic, Avant Garde, Avant Garde Gothic, Sans-Serif;
	line-height: 48px;
	list-style-type: none;
	display: inline;
}
	
#navmenu a:link, #navmenu a:visited {
	color: #000;
	text-decoration: none;
}

#navmenu a.active:link, #navmenu a.active:visited, #navmenu a:hover {
	color: #aa2200;
	text-decoration: underline;
}
