/* @override http://www.mikeziray.com/testsites/zhong/css/contact.css */

body{
	width: 1024px;
	position: relative;

	left: 50%;
	
	margin-left: -512px;
	background: #5a7d3b url(../img/contact-background.jpg) no-repeat center top;
	font: .9em Optima;
}

a {
	text-decoration: none;
	color: #29381c;
	font-weight: normal;
	font-style: normal;
}

a:hover{
	color: #000;
	text-decoration: none;
}

div#contact {
	padding-left: 20px;
	background-image: url(../img/contact-board.jpg);
	height: 332px;
	width: 455px;
	position: relative;
	left: 10px;
	top: 10px;
}

#contact form {
	position: relative;
	top: 11px;
	left: 28px;
	height: 320px;
}

input.text {
	font-size: 1.1em;
	background-color: #cdcbc0;
}

textarea {
	font-size: 1.1em;
	background-color: #cdcbc0;
	width: 323px;
	height: 162px;
}

td {
	position: relative;
	padding-top: 4px;
	vertical-align: top;
}

img#name {
	position: relative;
	left: 20px;
}

.inputButton {
	position: relative;
	left: 274px;
	background-repeat: no-repeat;
	bottom: -13px;
}

div#thankyou {
	background-image: url(../img/contact-thankyou.jpg);
	width: 475px;
	height: 332px;
	position: relative;
	top: 10px;
	left: 10px;
}

p.thank_you {
	position: relative;
	top: 160px;
	text-align: center;
	font-size: 1.6em;
	color: #585856;
}

p {
	position: relative;
	top: 40px;
	text-align: center;
	font-size: 1.4em;
	color: #585856;
	padding-left: 20px;
	padding-right: 20px;
}

#description p {
	padding-left: 20px;
	padding-right: 30px;
	color: #65655a;
	position: relative;
	top: -15px;
	font-size: 1em;
	text-align: left;
}

div#board {
	height: 498px;
	width: 496px;
	position: relative;


	background: #cdcbc0 url(../img/contact-board.png) no-repeat center;
	top: 120px;
	left: 370px;
}

#photo {
	position: absolute;
	top: 295px;
	left: 107px;
	width: 205px;
	height: 325px;
	background-image: url(../img/contact-photo.jpg);
}

#photo img {
	position: relative;
	left: 15px;
	top: 10px;
}

#header {
	width: 1027px;
	position: absolute;
	top: 700px;
	background-color: #5a7d3b;
	height: 60px;
	left: -3px;
}

#nav_left {
	position: absolute;
	left: 30px;
}

#nav_right {
	position: absolute;
	left: 30px;
}


#header ul {
	display: inline;
	position: relative;
	font: 1.25em Optima, Century, Georgia;
	top: 5px;
}

#header ul li {
	display: inline;
	list-style-type: none;
	color: #000;
	padding-right: 20px;
}

#footer{
	
	position: absolute;
	top: 740px;


	height: 50px;
	width: 1024px;
	color: #3b5128;
}