body {
	background: #F2F2F2 url(../img/top_bg.gif) top center repeat-x;
	font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
}

#container {
	min-width: 900px;
}

a:link, a:visited {
	color: #769262;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

h1 {
	position: relative;
	height: 102px;
	background: url(../img/vlg.gif) center no-repeat;
	text-indent: -1000px;
}
	h1 a {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
#menu {
	padding: 10px 18px 10px 18px;
	background-color: #fff;
	text-align: center;
	color: #999999;
}
	#menu a {
		margin-left: 15px;
	}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0;
	background: url(../img/shadow.gif) top center no-repeat;
}

h2 {
	text-indent: -1000px;
	overflow: hidden;
	height: 107px;
	background: url(../img/folks.gif) top center no-repeat;
	margin-bottom: 60px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

#content .logos {
	float: right;
	width: 376px;
}

#content .quotes {
	float: left;
	width: 475px;
}

p.quote {
	font: 18px/25px Georgia, serif;
}
p.byline {
	font-size: 11px;
	margin: 10px 0 50px 0;
}

.clear { clear: both; }

#footer {
	height: 185px;
	background: #707070 url(../img/bot_bg.gif) top center repeat-x;
	color: #FFF;
}
	#footer div {
		position: relative;
		height: 185px;
		width: 900px;
		margin: 0 auto;
	}
	#footer a.logo {
		position: absolute;
		top: 80px;
		left: 20px;
		width: 92px;
		height: 38px;
		background: url(../img/logo.gif) top left no-repeat;
		text-indent: -1000px;
	}
	#footer ul {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		top: 60px;
		left: 200px;
		font-size: 11px;
	}
		#footer ul li {
			padding: 3px 0;
		}
		#footer ul a {
			float: left;
			width: 75px;
		}
