* { padding:0; margin:0; }

html, body {
	background:#003366 url(/images/bg.jpg) top center no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

ul { margin-left:1em; }

#doc {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header {
	margin-top:5px;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}

#nav { text-align:center; }
#nav ul {
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	padding-left: 0;
	white-space: nowrap;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a { padding: 3px 10px; }
#nav a:link, #nav a:visited {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

#page {
	margin-top:220px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:400px;
	padding:5px;
	color:#003366;
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #003399;
	overflow:visible;
}
#page h1 {
	font-size:1.25em;
	font-weight:bold;
	font-variant:small-caps;
	border-bottom:1px solid #003366;
}
#page p { margin-top:5px; }
#page h2 { font-size:1.15em; font-weight:bold; color:#0066CC; }

#footer {
	padding:10px;
	background:url(/images/logo.jpg) center top no-repeat;
	height:175px;
	color:#FFFFFF;
}
#footer #copy {
	float:left;
	margin-top:150px;
}
#footer #contact {
	float:right;
	margin-top:150px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
