.brown {
	color:#9c7843;
}
.green {
	color:#005123;
}
html {
	background:white;
}
body {
	font-family:"Arial", Sans-Serif;
	width:850px;
	margin:0px auto 0px auto;
	border:none;
	background:url('/img/skin/fade.png') repeat-y;
}
h1 {
	color:#005123;
	font-family: "Times", Serif;
	font-weight:100;
	font-size: 30px;
	margin:30px 10px 20px 10px;
}
h2 {
	color: #9c7843;
	font-family: "Times", Serif;
	font-weight: normal;
	font-style:italic;
	font-size: 20px;
}

#center {
	margin: 0px 30px 0px 30px;
	width: 790px;
}

#header {
	background: white;
	text-align: center;
}

#menu {
	/*border:1px solid #ba985a;*/
	background:#9c7843;
	display:block;
	font-size:11px;
	font-weight:100;
	margin:0px;
	padding:8px;
	text-align:center;
}
#menu a {
	/*border: 1px solid #ba985a;*/
	color:#ffffff;
	font-weight:100;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px;
}
#menu a:hover {
	color:#9c7843;
}

#content {
	/*border:1px solid black;*/
	height:400px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	width:790px;
}

#text {
	filter:alpha(opacity=0);
	float:left;
	background:#ffffff;
	font-family:"Arial", Sans-Serif;
	font-weight:normal;
	font-size:13px;
	line-height:16pt;
	margin:0px 0px 0px 50px;
	opacity:0;
	padding:0px;
	width:50%;
	min-height:500px;
}
#text a {
	color:#005123;
	text-decoration:none;
}
#text a:hover {
	text-decoration:underline;
}

#footer {
	/*border: 1px solid black;*/
	background: #9c7843;
	clear: both;
	color: white;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 6px;
	text-align: center;
}

.galleryNav {
	filter: alpha(opacity=80);
	background: #fff;
	float: right;
	margin: 30px 30px 400px 30px;
	opacity: 0.8;
	padding: 20px;
	text-align: center;
	width: 160px;
}
.galleryNav a {
	font: 11pt normal "arial";
	color: black;
	text-decoration: none;
}

label {
	float:left;
	width:90px;
}
input {
	border:1px solid #999999;
	float:left;
}
textarea {
	border:1px solid #999999;	
}
.formError {
	color:#005123;
	font-style:italic;
}
div.video {
	float:left;
	margin:0; padding:0;
	width:50%;
}
div.videowide {
	margin:0 auto; padding:0;
	width:560px;
}
br.clear {
	clear:both;
}