body {
	background-color: #fff;
	margin: 10px;
	padding: 0;
	font-family: 'Arial', 'Georgia', 'Palatino Linotype', serif;
	color: #333;
	font-size: 90%;
}

#page {
	width: 764px;
	margin: 0 auto;
}

#header {

}

#logo {
	width: 295px;
	height: 106px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#logo span {
	display: none;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 71px 0 0 338px;
	position: absolute;
}
ul#nav li {
	float: left;
	margin-right: 22px;
}

#lead {
	width: 764px;
	height: 240px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	text-align: center;
}

#content {
	padding: 0 6px;
}
#content p {
	line-height: 160%;
}

h2 {
	font-size: 190%;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

h3 {
	font-size: 130%;
}

#footer {
	border-top: 1px solid #ccc;
	width: 750px;
	margin: 34px auto 0 auto;
}
#footer p {
	line-height: 160%;
	font-size: 85%;
}

a img {
	border: 0;
}

form div {
	margin: 16px 0;
}
form label {
	display: block;
}
