* {
    margin: 0;
    padding: 0;
}

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

.clearfix {
	display: block;
	zoom: 1;
}

body {
    background: #699e00 url(../images/header-bg.jpg) repeat-x;
    color: #fff;
    font-size: 12px;
    font-family: "lucida grande",arial,sans-serif;
    padding-top: 60px;
    text-align: center;
}

a {
	color: #fff;
}

#page {
    background: url(../images/footer-bg.jpg) repeat-x bottom;
    padding-bottom: 60px;
    *padding-bottom: 200px;
}

#content {
    margin: 0 auto;
    text-align: left;
    width: 760px;
}

h1 {
	_background: url(../images/logo.gif) no-repeat -4px top;
    height: 62px;
    width: 399px;
    text-indent: -9999px;
}

html>body h1 {
	background: url(../images/logo.png) no-repeat -4px top;
}

#about {
    color: #2a3a00;
    font-family: helvetica,arial,sans-serif;
    font-size: 26px;
	font-weight: bold;
    letter-spacing: -1px;
    line-height: 95%;
    margin: 0;
    padding-top: 10px;
}

h2 {
    color: #fff;
    font-family: helvetica,arial,sans-serif;
    font-size: 26px;
    margin: 30px 0 15px;
    text-transform: lowercase;
    text-shadow: #4b7801 2px 2px;
}

p {
    margin: 15px 0;
}

#photos {
    margin-top: 20px;
    text-align: center;
}

img {
    border: 5px solid #fff;
    margin-right: 30px;
}

dt {
    color: #2a3a00;
    font-size: 20px;
	font-weight: bold;
    font-family: helvetica,arial,sans-serif;
    margin-bottom: 5px;
	padding-top: 10px;
    text-transform: lowercase;
}

dd {
    margin-bottom: 15px;
    line-height: 170%;
}

form {
	float: left;
    width: 340px;
}

.hidden {
    display: none;
}

#feedback {
    height: 330px;
}

#contact-info {
    float: right;
    margin-right: 30px;
    width: 330px;
}

#contact-info p {
	line-height: 170%;
}

#contact-info a {
    font-size: 14px;
}

input.text, textarea {
    background: #549d00;
    border: 1px solid #fff;
    border-color: #4d9000 #77ba00 #77ba00 #4d9000;
	font-family: helvetica,arial,sans-serif;
    color: #fff;
    font-size: 13px;
    outline: none;
    padding: 5px;
    width: 330px;
}

input#ddd {
    float: left;
    margin-right: 4px;
    width: 35px;
}

input#phone {
    width: 277px;
	_width: 274px;
}

input.out, textarea.out {
    color: #c3dda6;
}

textarea {
    height: 100px;
}

html>body p.submit input {
    background: url(../images/submit.png) no-repeat;
    border: none;
	cursor: pointer;
    content: "";
	float: left;
    display: inline-block;
    height: 25px;
    line-height: 0;
    width: 78px;
    text-indent: -9999px;
}

span.error {
    background: url(../images/error.png) no-repeat center left;
	_background-image: url(../images/error.gif);
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 3px 5px 3px 20px;
}