/* the body is where your main font properties should be specified. please do not alter the .8125em value */
body{
	font: .8125em palatino, helvetica, arial;
	text-align: center;
	margin:0;
	padding:0;
	background:black;
}

#wrapper{
	text-align:left;
	margin: 0 auto 20px;
	width:800px;
	background:#f8f2e4  url('../images/bg_ancientvillage.jpg') top center repeat-y;
}





h1{
	width:800px;
	height:88px;
	margin:0;
	padding:0;
	background: url('../images/ancientvillage_header.jpg') top left no-repeat;
}
	h1 span, h2{
		display:none;
		margin:0;
		padding:0;
	}

div#av_top_left{
	width:598px;
	height:435px;
	float:left;
}
div#av_top_right{
	width:200px;
	float:left;
}
	div.av_thumbs{
		float:left;
		width:172px;
		clear:left;
		margin:20px 0 0 0 ;
	}
	div.av_thumbs a:link, div.av_thumbs2 a:link{
		text-decoration:none;
	}
	div.av_thumbs img, div.av_thumbs2 img{
		border:none;
	}
	div.av_thumbs p, div.av_thumbs2 p{
		text-align:center;
		font-size:1.1em;
		letter-spacing:.2em;
	}

div#av_mid_thumbs{
	width:800px;
	clear:left;
}
	div#av_mid_thumbs div.av_thumbs2{
		float:left;
		width:172px;
		margin:20px 0 0 85px;
	}
div#content{
	clear:left;
	padding:10px 40px;
	font-size:1.1em;
}




/*footer information*/
#footer{
	clear:both;
}
	#footer ul{
		padding:10px 0 30px 5px;
		margin:0;
		text-align:center;
	}

	#footer ul li{
		display:inline;
		text-align:center;
		margin:0 auto;
		padding:0 0 0 10px;
	}
	#footer ul li a{
		color:#690404;
		text-decoration:none;
		font-size:;/*fill this with .8em or less to make it smaller, its based on the font size specified in the body property at the top*/
	}
	#footer ul li a:hover{
		text-decoration:underline;
	}
