@charset "utf-8";
html {
	height:100%;
}
body {
	background-color: #FFFFFF;
	height:100%;
	margin:0px;
	padding:0px;
}
a {
	color:#734a1f;
	text-decoration:underline;
}
a:hover {
	color:#f1ab41;
	text-decoration:underline;
}
a.link_brown {
	color:#734a1f;
	text-decoration:underline;
}
a.link_brown:hover {
	color:#f1ab41;
	text-decoration:underline;
	background-color:#734a1f;
}
.main {
	height:100%;
}
.header {
	height:150px;
}
.nav_top {
	height:42px;
	background-image:url(../images/bg_topnav.gif);
	background-repeat:repeat-x;
	padding-left:15px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#000000;
	padding: 20px 20px 0px 20px;
}
.footer_grass {
	height:200px;
	background-image:url(../images/bg_grass.jpg);
	background-repeat:repeat-x;
}
.nav_bottom {
	height:50px;
	background-color:#734a1f;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;		
}
.footer_dirt {
	height:63px;
	background-image:url(../images/bg_dirt.jpg);
	background-repeat:repeat-x;
}
.photo_inline_container {
	margin-left:12px;
	margin-bottom:12px;
}
.photo_inline {
	border:#8d9846 solid 2px;	
}
.photo_credit {
	padding-top:15px;
	font-size: 11px;
	color:#000000;
}
.swfLabels {
	font-family:"Times New Roman", Times, serif;
	font-size:27px;
	color:#734A1F;
}
.gallery {
	background-color: #eff0f6;
	padding:20px;
	border:#734a1f dotted 1px;
}
.gallery_thumb {
	border:#734a1f solid 1px;
	margin:2px;
}
form {
	padding:0px;
	margin:0px;
}
.form_input {
	width:100%;
	border:#6fafc6 solid 1px;
	background-color:#FFFFFF;
}
.form_input_comments {
	width:100%;
	border:#6fafc6 solid 1px;
	background-color:#FFFFFF;
}
.error {
	color:#FF0000;
}
.small_text { 
	font-size: 11px;
}
