html {
	background-color: #f3f2eb;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/background.png);

}
img{
	border-style: none;
	border-width: 0;
}
a:link,a:active,a:visited{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}  

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

#flash{
	float: left;
	width: 667px;
}

/* @group site design */

#wrapper{
	margin: 0 auto;
	width: 950px;
		font: 13px/25px Georgia, "Times New Roman", serif;

}

#header{
	background-color: #810b04;
margin: 0px auto;	
height: 315px;
width: 950px;
	color: #eeede4;
	font: bold 15px/20px Georgia, "Times New Roman", serif;

}

#heading-text{
	width: 225px;
	float: right;
	margin-right: 25px;
	margin-top: 75px;
	padding-left: 20px;
	
	
}

#nav{
margin-top: 85px;
	width: 950px;
	height: 50px;
	background: #efebde url(/images/bg-menu.png) repeat;
	
}


#nav img{

	float:  left;}
	
	
#nav ul{
	margin: 0;
	padding: 0;
	
}
#nav li{
	float:  left;
	margin-top: 10px;
	list-style-type: none;
	margin-left:45px;
	list-style-image: none;
	
}

#nav a{
	
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
#nav a:hover{
	
	color: #810a00;
	text-decoration: none;
}

#right{
	float:left;
width:  350px;	
margin-left: 50px;
}
#right img{
	margin-top: 15px;
}
#right h3{

	color: #810a00;
}
#content{
color: #000;
	width: 500px;
	margin-left: 15px;
margin-right: 15px;
float:  left;
	
}



#content p{
}
#content h2{

	color: #810a00;
}



/* @end */

.header{
color: #810a00;
font-weight: bold;
}

#form input{
	border: 1px solid #78766e;
}

#form textarea{
	border: 1px solid #78766e;
}
#form p{
	font-weight: bold;
}

/* @group footer */

#footer{
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
	clear: both;
	padding-top: 30px;
}



#copy-right{
	float: left;
	color: #810a00;
	
}

#site-credits{
	float: right;
	color: #000;
	font-size: 10px;
}



/* @end */
