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: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.site_top {
	width: 1011px;
	height: 110px;
	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_white_label_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

.site_left {
	text-align:left;
	margin-top: 10px;
	width: 0px;
	float: left;
	margin-left: 0px;
}

.site_content {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 950px;
	padding-left: 0px;
	padding-right:0px;
	text-align:left;
	background-image: none;
}

.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:43px;
}

.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */

