@charset "UTF-8";
/* CSS Document */


body, html {
	background:url(../img/back_texture.jpg) repeat;
	padding:0px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	
	}

#wrapper{
	width:890px;
	height:auto;
	margin:0px auto;

}
#header {
	height: 6px;
	background: #795a14;
}

#holder{
	background-color:#FFF;
	padding:0px;
	margin:0px;
	height: 1%;
	width: 100%;
	float: left;
	overflow: hidden;

}

#footer{
		border-top: #795a14 6px solid;

	clear:both;
	height:90px;
	padding:5px 0px;
		width:890px;


	
}


#content{
	width:530px;
	float:left;
	padding:0px 5px 0px 65px;
	
	
}

#nav{
	width:260px;
	background:url(../img/navback.png) no-repeat;
	float:right;
	height:700px;
	padding-left:30px;

}


#nav ul {
	list-style:none;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	font-size:11px;
	
}

#nav ul li {
	margin-bottom:3px;


	
}
#nav ul li a{
	color:#d6c8ab;
	text-decoration:none;


	
}

#nav ul li a:hover{
	color:#9b895d;
	
}

p{
	font-size:13px;
	color:#424242;
	line-height:21px;
	width:475px;
}

p a{
	color:#424242;
	text-decoration:none;
	border-bottom:#795a14 1px solid;

}

p a:hover{
	color:#7c6533;
	text-decoration:none;
	border-bottom:#795a14 1px solid;

}

h1{
	color:#795a14;
	font-size:17px;
	text-transform:uppercase;
		width:500px;
		padding:0px;
		margin:0px;

}

h2{
	color:#938055;
	font-size:14px;
		padding:0px;
		margin:0px;
}



ul{
	line-height:20px;
	color:#424242;

}



#footer p{
	color:#FFF;
	font-size:12px;
	line-height:16px;
	text-align:right;
	width:890px;
}
.gold{
	font-size:12px;
	color:#7c6533;
	font-weight:bold;
	padding-right:10px;
	
}



