/************************************** GENERAL ***************************************/body {	margin: 0;	padding: 0;	text-align: center;	background-color: #C7B18B;	font-family: Arial, Helvetica, Sans-Serif;	font-size: 12px;}a{	color:#B7802D;	text-decoration:none;}a:hover {	text-decoration:none;}h1,h2{	font-family: Georgia, Times New Roman, Serif;	font-weight: normal;	margin-bottom: 5px;}h1 {	font-size: 22px;}h2 {	font-size: 18px;	color: #576423;}p{	margin: 5px 0 0;	line-height: 18px;}/************************************** FULL AREA ***************************************/#full-area {
	width: 920px;
	margin: 5px auto 10px;
	text-align: left;
}/************************************** HEADER ***************************************/#header {	width: 880px;	padding: 0 20px;}/************************************** CONTENT ***************************************/#content{	width: 840px;	padding: 217px 40px 0;	position: relative;	background: url(../images/bg-content.jpg) repeat-y top center;}#content .nav{	position: absolute;	left: 20px;	height: 213px;	width: 203px;	background: url(../images/bg-nav.jpg) no-repeat top left;	z-index: 10;	padding-right: 13px;}#content .nav ul {	list-style-type: none;	float: right;	margin: 0;	padding: 0;}#content .nav ul li {	padding: 0 0 9px;	margin: 0;	text-align: right;}#content .nav ul li a {	font-size: 14px;	color: #576423;	text-decoration: none;}#content .nav ul li a:hover {	text-decoration: underline;}#content .main-photo{	position: absolute;	right: 20px;	height: 213px;	width: 664px;	background: url(../images/img-main.jpg) no-repeat center center;	z-index: 1;}#content img.right {	float: right;	margin-right: -54px;	margin-top: 25px;}/************************************** FOOTER ***************************************/#footer{	width: 880px;	padding: 0 20px;	text-align: center;	padding-top: 39px;	background: url(../images/bg-footer.jpg) no-repeat top center;	color: #766441;	font-size: 11px;	line-height: 16px;}#footer a {	color: #B7802D;	text-decoration: underline;}#footer a:hover {	text-decoration: none;}
