
@import "reset.css";

html {
	background: #52554d url(img/html-bg.gif) top repeat-x;
}

body {
	color: #464936;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	margin: 40px auto 0;
	width: 882px;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 20px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.left {float: left;}
.right {float: right;}

#header {
	background-color: #464936;
	height: 50px;
	overflow: none;
}

#header h1 {display: none;}

#header img {
	left: -34px;
	position: relative;
}

#banner {
	background: url(img/banner-bg.jpg) no-repeat;
	height: 294px;
}

#banner h2 {
	background: #cbd6d4 url(img/blurb.gif);
	height: 83px;
	left: 524px;
	position: relative;
	text-indent: -9999px;
	top: 84px;
	width: 358px;
}



#content {
	background: #ddd4c3 url(img/content-bg.gif) top repeat-x;
}

#content .col {
	float: left;
	margin-top: 30px;
	padding-bottom: 15px;
	width: 32%;
}

#content .col p {
	margin: 0 30px;
}

#content ul.imgs {margin-top: 40px;}
#content ul.imgs li {margin-bottom: 5px;}
#content ul.imgs li a img {border: 3px solid #c4bcad; outline: none;}
#content ul.imgs li a:hover img {border-color: #918b80;}

#content ul.links {
	margin-left: 30px;
	margin-top: 30px;
}

#content ul.links li a {
	color: #66501a;
	font-size: 145%;
	margin-bottom: 5px;
	text-decoration: none;
}

#content ul.links li a:hover {text-decoration: underline;}

#footer {
	background: #464936 url(img/footer-bg.gif) top repeat-x;
	clear: both;
	height: 60px;
}

#footer p {
	color: #faf9f7;
	font-size: 90%;
	padding-top: 28px;
	text-align: center;
}

#footer p a {
	color: #faf9f7;
}

/* form */

form {
	border-left: 4px solid #464936;
}

form dl {
	clear: both;
	margin-bottom: 1em;
}

form dl dt {
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 80px;
}

form dl dd input, 
form dl dd textarea {
	background-color: #faf9f7;
	border: 1px solid #464936;
	width: 184px;
}

#content .col p.submit {
	width: 184px;
	margin: 0;
	margin-left: 84px;
}

#content .col p.submit input {
	background-color: #ddd4c3;
	border: none;
	color: #464936;
}
