/* CSS Document */

body {
	text-align: center;
	min-width: 790px;
	background-color: #C2C2A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #800F10;
	font-size: 18px;
	padding-left: 10px;
	}
.lefth1 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #800F10;
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	}
h2 {font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	margin: 0px;
	padding-left: 10px;
	}
	
p {	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}
	
hr {border-top:1px dashed #87816B;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	}

th {font-size: 14px;
	text-align: left;}
	
tr {vertical-align: top;}

a:link, a:visited {color:#80100F;
	}
a:hover, a:active {color:#333333;
	}	
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/mainbg.gif');
	background-repeat: repeat-y;
	}
#contentwrap {
	width: 758px;
	margin: 0 auto;
	border-right: 1px solid #373724;
	border-left: 1px solid #373724;
	}


/*Content and homepage */	
#content {
	width: 590px;
	float: right;
	background-color: #ffffff;
	}

/*Navigation and left info */	
#mainnav {
	width: 162px;
	float: left;
	background-color: #87816B;
	padding-top: 10px;
	}
	
#mainnav a{color: #000000;
	text-decoration: none;
	padding-left: 10px;
	line-height: 20px;
	}
	
#mainnav a:link, #mainnav a:visited{display: block;
	}
	
#mainnav a:hover, #mainnav a:active{display: block;
	background-color: #A9A592;
	}
	
#leftinfo {background-color: #9D9884;
	width: 162px;
	top-border: 1px solid #373724;
	margin-top: 10px;
	padding-bottom: 10px;
	}
form {padding-left: 2px;}

/* Contact Form Stuff */

#contactbox {width:520px;
	margin-left: 10px;}

form.contact label.fixedwidth { display: block; 
	width: 150px;
	float: left;
	}

form.contact .buttonarea {text-align: center;
	padding: 4px;
	background-color: #E4E4D6;
	}
	
	
/*Footer Stuff*/
	
#footer {clear: both;}
a.hidden:link{color: #B3B38C;}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */
