body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.4pt;
	background-color: #fdd796;
}

#wrapper{
	width: 767px;
	margin: 0 auto;
	padding-top: 2px;
	background-color: #ffdca6;
}

#main{
	background-color: #fdce96;
	background-image: url(images/main.jpg);
	width: 767px;
	float: left;
	height: 715px;
	border-top: 2px solid #fae9bb;
}

* html #menu{
	width: 130px;
}

#menu{
	list-style: none;
	width: 130px;
	height: 715px;
	background-image:url(images/menu.jpg);
	float: left;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 16px;
	padding-top: 10px;
	background-color: #feac6a;
}

#menu li{
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
		
}

#menu li a{
	color: #7b4420;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu li a:hover{
	color: #FCEBD1;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
* html #content{
	width: 609px;
}

#content{
	float: left;
	width: 609px;
}
#text{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #1f2406;
}

#p{
	padding-top: 4px;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}	

#p a{
	color: #ffffff;
	font-size: 9px;
    font-style: normal;
	text-decoration: none;
}

#p a:hover{
	color: #ffc991;
	font-size: 9px;
	font-style: normal;
}

h1{
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #925228;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right: 14px;

}

#footer{
	width: 767px;
	display: block;
	height: 25px;
	float: left;
	margin: 100 auto;
	background-color: #e1722a;
	background-image:url(images/footer.jpg);
}

	

