body, h1, h2, h3, h4, h5, h6, div, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: 100;
}
h1 {
	background: url("images/header.jpg") no-repeat;
	height: 100px;
	width: 600px;
	text-indent: -9000px;
	margin-left: 200px;
}
h2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
h4, h5 {
	text-align: center;
}
h5 a {
	color: #eaf2ce;
	text-decoration: none;
}
#bodycontent, #disclaimer, #footer, #graphichead {
	margin-left: 200px;
}
#bodycontent, #disclaimer, #footer {
	padding: 5px;
	margin-top: 5px;
	width: 410px;
}
#bodycontent {
	font-size: 12px;
	list-style-type: none;
}
	#bodycontent li, #bodycontent p { line-height: 150%; }

#cityhead {
	width: 100px;
	height: 100px;
	background-color: #415a68;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 100px;
}
	#cityhead h2 {
		margin-top: 50px;
	}
#contact {
	float: left;
	width: 190px;
	margin-top: 30px;
}
	#contact ul li{
		list-style-type: none;
		font-size: 12px;
		text-align: right;
	}
#footer p {
	text-align: center;
}
#graphichead {
	width: 420px;
	margin-top: 30px;
}
#masthead {
	height: 100px;
	border-bottom: 20px solid #c1ac72;
}
	#masthead ul li {
		display: inline;
		list-style-type: none;
	}
#masthead a {
	display: block;
	float: left;
	width: auto;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 8px;
}

#masthead a:hover {
	background: #92b6c7;
}