#page {
	background-color: #ffffff;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 0;
	padding: 0;
	line-height: 1;
}
.content {
	width: 800px;
	margin: 0 auto;
	border-left: 10px black solid;
	border-right: 10px black solid;
	border-bottom: 10px black solid;
	position: relative;
	min-height: 615px;
}
.mailto {
	color: blue;
}
.comments-form {
	clear: left;
}
.comments-form h3 {
	font-weight: bold;
	font-size: 1.1667em;
	font-style: normal;
	margin: 10px 0;
	padding: 0;
}
.comments-form form {
}
.comments-form fieldset {
	margin: 20px 0;
	width: 80%;
}
.comments-form legend {
}
.comments-form label {
}
.comments-form input, .comments-form #contact-fields textarea {
	display: block;
	background-color: #ffa;
	width: 50%;
	margin: 5px 0;
}
.comments-form #comment-fields textarea {
	background-color: #ffa;
	width: 100%;
	height: 200px;
}
.comments-form #contact-addr {
	height: 8ex;
}
.comments-form #contact-city {
	display: inline;
	width: 30%;
}
.comments-form #contact-state {
	display: inline;
	width: 10%;
}
.comments-form #contact-zip {
	display: inline;
	width: 10%;
}
.divbanner {
	background: url(images/banner.jpg) no-repeat;
	width: 800px;
	height: 250px;
}
.divbanner h1 {
	display: none;
}
.divnav {
	width: 800px;
	position: absolute;
	top: 208px;
	left: 0px;
}
.divnav ul {
	margin: 14px;
	padding: 0;
	text-align: center;
}
.divnav ul li {
	display: inline;
	margin: 0 31px 0 23px;
	padding: 0;
}
.nav-entry {
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
}
.divcontent {
	margin: 20px;
	color: #333333;
	/* Make the .divimage float stretch the height of the DIV.  See
	   <http://www.quirksmode.org/css/clearing.html>. */
	overflow: auto;
	width: 100%;
}
.p {
	margin: 0 0 10px 0;
	padding: 0;
}
.divimage {
	background: url(images/contactpic.jpg) no-repeat;
	width: 290px;
	height: 224px;
	margin: 0 20px;
	float: left;
}
.divtitle {
	background: url(images/contact.jpg) no-repeat;
	width: 800px;
	height: 63px;
}
.divtitle h2 {
	display: none;
}
.divfooter {
	color: #333333;
	font-size: 0.8333em;
	margin: 10px auto 0px;
	text-align: center;
}
.lavalink {
	color: red;
	text-decoration: none;
}
