@charset "windows-1252";	 
			 
a:link {
color: #9e865f; 
text-decoration: underline; 
}	 

a:active {
color: #0000ff; 
text-decoration: underline; 
}

h1 {
font-size:16px;
color:#ffffff;	
font-family:Bookman, serif;
text-align:center;
}

img {
border:none;
padding:2px;
}

body {					 
margin:0 auto;
background-color:#000000;
background: #000000 url(images/bg2.jpg) repeat-x;
} 

#container {
margin:  auto;	
width:780px;
background-color:#000000;
border-width: 1px;
border-color:#e6e6e6;
border-style:solid;
}	  

#flashheader {
width:780px;
height:200px;
margin:auto; 

}

#leftnav {
font-family:Palatino Linotype;
font-weight:bold;
font-size:16px;
margin-left:3px;
float: left;
width: 197px; 
}	 

#leftnav ul
{		  
list-style-type:none;
padding: 0;
margin: 0;
}

#leftnav ul li a
{
display:block;
width: 185px;
padding: 3px 3px 3px 6px;
text-decoration: none;
border-style:solid;
border-width:1px;
border-color:#999999;
color: #9e865f;	

}

#leftnav ul li a:hover
{
color: #ffffff;
background-color: #9e865f;

}
	 
#content {
width:560px;
background-color:#000000;
color:#ffffff;
font-family:Helvetica, sans-serif;
font-size:15px;	 
float:left;	  
padding:5px;
} 

#frontcontent {
width:560px;
height:300px;
background-color:#000000;
color:#ffffff;
font-family:Helvetica, sans-serif;
font-size:15px;	 
float:left;	  
overflow:auto;
padding:5px;
} 

#content h2 {
font-size:14px;
color:#ffffff;	
font-family:Bookman, serif;
}

#footer-wrapper {
	height: 20px;
	padding: 10px 0;
	background: #9e865f;	
	color:#ffffff;
	
}

#footer {
	width: 780px;  
		margin: 0 auto;
}

#footer p {
margin: 0;
color:#000000; 
font-weight:bold;
font-size:12px;
text-align:center;
}  

/* Contact Form */	

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding:0px 5px 0px 0px; 
font-weight:bold;
}

.submit input
{
margin-left: 4.5em;
}	 

input
{
color: #000000;
} 



.submit input
{
color: #000;
background: #e6e6e6;
border: 2px outset #d7b9c9
}

fieldset
{
padding:5px;
width: 500px; 
background-color:#9e865f;  
color:#000000;
}
  

textarea {
width:400px;
height:175px; 
background-color:#e6e6e6;
}