body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #333;
	margin: 30px;
}


#container {
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background-color: #F3E3AA;
	width: 700px;
	border: 4px solid #F4F4EE;
}

#header {
	height: 185px;
	background: white url('../images/header.jpg') center no-repeat;
}  

#menu {
	height: 30px;
	background: #2d5c93 url('../images/menu.png') repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	padding: 0.2em 1em;
	color: #f3efd7;
	text-decoration: none;
	float: left;
	border-right: 1px solid #5d7898;
}

#nav ul li a:hover {
	color: white;
}

#content {
	background: url("../images/content_shadow.png") repeat-x;
	padding: 10px;
}

#footer {
	height: 70px;
	color: #f3ecc7;
	background-color: #093b74;
	text-align: center;
	font-size: 12px;
}  

#footer p {
	padding-top: 20px;
}

#footer a {
	color: white;
}

