@import url("menus.css");
@import url("contentlayout.css");
/*----------styles---------------*/
body {
	background-color: #5a350d;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
}
.positioningwide {
	width: 900px;
	left: auto;
	right: auto;
	position: relative;
	left: 50%;
	margin-left: -450px;
}
.positioningnarrow {
	width: 830px;
	left: auto;
	right: auto;
	position: relative;
	left: 50%;
	margin-left: -415px;
}
.clear {
	clear: both;
}
.copyright {
	float: right;
	font-size: 9px;
	padding-right: 20px;
	color: #ebd9a7;
}
a:link {
	color: #5a350d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #928660;
}
a:hover {
	text-decoration: none;
	color: #4c4028;
}
a:active {
	text-decoration: none;
	color: #4c4028;
}
/*------------layout---------------*/
h1 {
	height: 125px;
	padding-bottom: 15px;
	background: url(graphics/engph.gif) no-repeat center;
	text-indent: -9000px;
}
h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	border-bottom: dotted #FFFFFF;
	border-top: dotted #FFFFFF;
	
}
#banner {
	width: 900px;
	height: 35px;
	background-image: url(graphics/papertop.gif);
}
#wrapper {
	width: 900px;
	background-image: url(graphics/fhf-suede1.gif);
}
#wrapper1 {
	width: 900px;
	background: url(graphics/burntedge-l.gif) left repeat-y;
}
#wrapper2 {
	width: 900px;
	background: url(graphics/burntedge-r.gif) right repeat-y;
}
#navholder {
	width: 830px;
	height: 50px;
	background: url(graphics/fhf-suede1.gif);
	z-index: 100;
}
#nav1 {
	width: 730px;
	height: 50px;
}
#nav2 {
	width: 730px;
	height: 50px;
}
#container {
	width: 830px;
	background-image: url(graphics/fhf-suede1.gif);
}
#content {
	width: 780;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 35px;
	background-image: url(graphics/paperend.gif);
}
#conchol {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(graphics/concho.gif);
}
#conchor {
	float: right;
	width: 50px;
	height: 50px;
	background-image: url(graphics/concho.gif);
}
