body {  
	margin: 0; 
	background: #3c1f1f;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #7A4236; /* this also controls the color of the caption for the number of images in lightbox. 816157 */
}

p {
	text-align: left;
	color: #70595a; /* dark warm gray */;
	font-size: 14px;
	font-style: italic;
	line-height: 160%;
	letter-spacing: .1em;
	font-size: 12px;
}

#container {    /* this box holds the title image centered */
	margin: 0 auto;
	width: 794px;
}

#title {
	display: block;
	width: 794px;
	height: 45px;
	background: #3c1f1f url(../graphics/title1.gif) no-repeat;
	margin:0;
	padding:0;
}

#title h1 {
	padding:0;
	margin:0;
	display:none;
}

.mailarea {
}

.mailarea p {
}

.mailarea img {
}

#form_area {
	display: block;
	width: 700px;
	height: 420px;
	background: transparent;
	margin:0;
	padding:0;
	position: absolute;
	left: 18%;
	top: 110px;
	text-align: left;
}

#form_area img {
	display: block;
	padding-left: 50px;
	padding-top: 8px;
}

#captcha {
	display: block;
	margin-top: 30px;
}

#formcredit {
	width: 340px;
	display: block;
	height: 68px;
	position: absolute;
	left: 20px;
	top: 90%;
}

#formcredit img {
}

/* below here are the form css settings */

fieldset.formFieldSet {
	padding-left: 20px;
	padding-top: 10px;
	width: 340px;
	border-top: solid 1px #7a4236;
	border-right: solid 1px #3c1f1f;
	border-bottom: solid 1px #3c1f1f;
	border-left: solid 1px #7a4236;
	float: left;

}

legend.formLegend {
	font-size: 12px;
	font-style: italic;
	color: #3c1f1f;
	background-color: #985443;
	padding: 2px;
}

label {
	vertical-align: middle;
	font: 11px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #c68d7f;
}

textarea.formTextArea {
	font-family: "Courier New", Courier, Monaco, monospace;
	background-color: #efe4e1;	
	padding: 5px;
	width: 500px;
	height: 100px;
}

input.formField {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #efe4e1;
	padding: 2px;
	margin-left: -300px;
}

input.formButton {
	color: #3c1f1f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5e2e0;
	margin: 5px;
	border: solid 1px #9d979d;
	}

input.formButton:hover {
	color: #db8400;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff4eb;
	margin: 5px;
	border: solid 1px #88746C;
	}

button.formButton {
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffb200;
	margin: 5px;
	border: solid 2px #333
	}
	
#link_area {
	display: block;
	margin: 0 auto;
	width: 794px;
	position: absolute;
	top: 640px;
	left: 30%;
}

/* the left side nav menus */
#menubox {
	display: block;
	position: absolute;
	top: 30%;
	left: -20px;
	text-align: left;
	color: #6b5149;
}

.menuitem {
	font-style: italic;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: .3em;
	list-style: none;
}

.menuitem img {
	top: 50px;
	position: relative;
}

.menu_on {
	color: #c09082;
}

a:link {   
	color: #6b493e;
	text-decoration: none;
}

a:visited {  
	color: #6b493e;
	text-decoration: none;
}

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

a:active {  
	color: #ca8b79;
	text-decoration: none;
}


	

	

	
	
