body {
	background:#333;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

#container {
	width:730px;
	background:#fff;
	padding:10px;
	margin:10% auto 10px auto;
	text-align: center;
}

#header {
	background:url(header.jpg) top left no-repeat #fff;
	width:730px;
	height:235px;
	margin:0;
	padding:0;
}

#menu {
	width: 750px;;
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 5px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
color: #333333;
background-color: White;
text-decoration: none;
font: bold 1em Verdana;
}

#navlist a:hover
{
color: White;
background-color: #768872;
text-decoration: none;
}