body {
	background: #666;
	width: 771px;
	font-family: 'Arial';
	font-size: 10pt;
	margin: 10px auto;
}

h1 {
	margin: 0;
	background: url('images/top.png') no-repeat top left;
	height: 92px;
}

h1 a {
	display: block;
	width: 250px;
	height: 92px;
}

h1 a span {
	display: none;
}

#content {
	background: #EEF;
	padding: 3px 10px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	height: 20px;
}

#nav li {
	width: 100px;
	text-align: center;
	float: left;
}

#content a:link, #content a:visited {
	color: #731517;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14pt;
	color: #144648;
	border-bottom: solid 2px #144648;
}

#footer {
	text-align: center;
	color: #FFF;
	background: url('images/bottom.png') no-repeat top left;
	height: 20px;
	padding: 3px 0;
	margin: 0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}