@import url("forhome.css");
@import url("inner.css");
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #e6bd53 ;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left; margin: auto;
	width: 824px;  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}


#logo {
  width: 779px;
  color: #595959;
  height:100px;
}

#logo h1 {
float:left;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}



#spacer {
  height: 2em;
}

#footer { 
	text-align: center; margin: auto;
	width: 824px;  position: relative;
	font:normal 11px verdana; color:#7f5c00;
  }
 
#footer a{font:normal 11px verdana; color:#7f5c00; text-decoration:underline;}
#footer a:hover{color:#000; text-decoration:underline;}
  
#footer p{margin:8px 0px; color:#FFFFFF;} 
 

#headerline{
	background: url(../images/headerline.gif) no-repeat;
	height:25px;
	margin-top:0px;
	display:block;
	font-size:1px;
}


#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:25px;
	margin-top:0px;
	display:block;
	font-size:1px;
}




#topNav{ 
	text-align: right; margin: auto; padding-right:90px;
	width: 824px;  position: relative;
	font:bold 11px verdana; color:#7f5c00;
  }

#topNav a{color:#7f5c00; text-decoration:none; padding:0px 5px;}
#topNav a:hover{color:#000; text-decoration:none;}
 



