body {
	background-color: #291e11;
	background-repeat: no-repeat;
	text-align: center;
}

#page-title {
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	color: #fdbf57;
	font-size: 30px;
}

#page-subtitle {
	width: 600px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-family: trebuchet MS, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #745733;
	font-size: 13px;
	line-height: 145%;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: none;
	background: white;
}

#banner {
	width: 900px;
	height: 174px;
	background-image: url(images/banner-image-brown.jpg);
}

#nav-main {
	width: 900px;
	height: 30px;
	clear: both;
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#nav-main a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: white;
	text-decoration: none;
	letter-spacing: 3px;
}

#nav-main a:hover {
	text-decoration: none;
	color: #666666;
}

#content.home {
	width: 900px;
	clear: both;
	background: white;
}

#content.contact-form {
	height: 450px;
}

#content {
	width: 900px;
	clear: both;
	background: white;
}

#content.form-submit {
	width: 900px;
	height: 450px;
	clear: both;
	background: white;
}

#body-heading {
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #a0ce67;
	font-size: 18px;
}

#body-content {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: trebuchet MS, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #745733;
	font-size: 13px;
	line-height: 145%;
}

#body-content a {
	text-decoration: underline;
	color: #a0ce67;
}

#body-content a:hover {
	color: #fdbf57;
}

#contact-form {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: trebuchet MS, sans-serif;
	font-weight: normal;
	color: #745733;
	font-size: 13px;
}

#thumbs-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#thumbs-table td {
	width: 200px;
	height: 200px;
}

#thumbs-table img {
	border: none;
}

#sample-main-image {
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
}

#sample-description {
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#sample-description img {
	border: 1px solid #745733;
}

#sample-description h1{
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #a0ce67;
	font-size: 18px;
}

#sample-description p {
	font-family: trebuchet MS, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #745733;
	font-size: 13px;
	line-height: 145%;
}

#sample-description a {	
	text-decoration: underline;
	color: gray;
}
	
#footer {
	width: 900px;
	height: 20px;
	clear: both;
	background-color: #291e11;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: white;
	font-size: 10px;
	line-height: 15px;
}

#footer-separator {
	width: 900px;
	height: 10px;
	clear: both;
	background: #a0ce67;
}