body {
	font-family: verdana;
	background: #7b797a;
	font-size: 80%;
}
#container {
	width: 686px;
	margin: auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 154px;
	color: white;
}
#nav {
	background: gray;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav ul li {
	float: left;
	height: 22px;
	margin: 0px 1px;
	text-align: center;
	font-size: 90%;
	padding: 0px 25px;
	padding-top: 8px;
}
#nav ul li a {
	color: white;
	text-decoration: none;
}

#main {
	clear: both;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#footer {
	font-size: 80%;
	text-align: center;
	background: url(/images/footer.jpg) no-repeat;
	line-height: 34px;
}
#footer, #footer a {
	color: white;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 50px 0px 0px 20px;
	font-weight: normal;
	font-size: 250%;
}
p, h2, h3 {
	margin: 0px;
	padding: 15px 10px;
}


