#header {
	background-color: #00003C;
	
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 1024px;
	max-height: 200px;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: auto;
	right: auto;
	left: auto;
}
#top_nav {
	background-color: #0000A0;
	height: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content {
	padding: 10px 30px 10px 30px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #CAE1FF;
	color: #00003C;
	margin: 50px auto 50px auto;
	max-width: 1024px;
	width: 75%;
	height: auto;
}
#top_nav ul {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14pt;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: auto;
}
#top_nav li {
	display: inline;
}
#top_nav a {
	border-style: none;
	border-width: 4px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 50px;
}

#footer {
	height: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

