body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	text-align:center;
	color:#664218;
	font-family: Arial;
	font-size: 12px;
}
/* ####################################### */
/* Site DIV's [ REQUIRED ] */

.site_wrapper {
	width: 1011px;
	margin-left: auto;
	margin-right: auto;
}

.site_top { 
	width: 1011px;
	height: 80px;
	background-image: url(images/header_page_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.site_wrapper_centre {
	float: left;
	width: 1011px;
	background-image: url(images/top_page_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

.site_left {
 text-align:left;
 margin-top: 10px;
 margin-left: 30px;
 width: 222px;
 float: left;
}

.site_content {
 width: 700px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.site_right {
  text-align:right;
  margin-top: 10px;
  margin-right: 0px;
  width: 0px;
   float: right;
}

.site_bottom {
	float: left;
	text-align:right;
	background-image: url(images/footer_page_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1011px;
	height:70px;
}


.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */
