@charset "UTF-8";
/* CSS Document */
.noshow {
	display: none;}
	
* {
	margin: 0px;
	padding: 0px;}
	
a {
	color: #F93}

body {
	background-image: url(../img/brown.gif);
	font-family:Georgia, "Times New Roman", Times, serif;}
	
hr {
	background: #502f0f;
	border: none;
	height: 1px;
	}
	

	
	
/*-------------------first level contuction*/

.pad {
	padding: 5px 0px 5px 50px;
	border: none;}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background:url(../img/nav1.gif) top left no-repeat;
	height:220px;
	z-index: 1;}

#content {
	margin-left: -5px;
	padding:50px;
	float: left;
	width: 630px;
	background:url(../img/cont_main.gif) top center no-repeat;
	z-index: 2}
	
#info {border: #502f0f 1px solid;
	background-color: #704a21;
	padding: 10px;
	color: #240d04;
	}

#foot {
	background: url(../img/footer.gif) right no-repeat;
	height: 66px;
	text-align: right;
	width:100%;
	float: left;
	clear: both;
	}
	
#holder {
	position: absolute;
	top: 215px;
	left: 0px;
	width: 980px;
	padding: 0px;}
	

#holder2 {
	position: absolute;
	top: 215px;
	left: 0px;
	width: 700px;
	margin-right: -50px;
	padding: 0px;}
		

	
/*-------------------second level contuction*/




/*-------------------secondary nav*/

#subnav {
	float: left;
	width: 170px;
	background:url(../img/subside.gif) top center no-repeat;
	padding:40px;
	margin-left: -5px;
	z-index: 3;
	}

	
h2 {
	line-height: 16px;
	color: #F90;
	font-size:25px;
	padding-bottom: 6px;
	}
	
#subnav ul {
	border: #502f0f 1px solid;
	background-color: #704a21;
	
	}

#subnav a {
	color: #240d04;
	text-decoration: none;}
#subnav a:hover {
	color: #B0743A}
	
#subnav li {
	color: #240d04;
	padding: 15px 5px 10px 35px;
	list-style-type: none;
    background:transparent url(../img/sub_bullet.gif) center  no-repeat;
    background-position:0 5px;
	margin: 5px;

	}
	
.subswitch {
	color: #FC3;}
	

/*-------------------property duplicates*/
#content, #subnav, #foot, holder {
	position: relative;
	}


