body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e5c395;
	text-align:center;
	height:100%;
	color:#664218;
	font-family: Arial;
	font-size: 12px;
}

/* ####################################### */
/* Site DIV's [ REQUIRED ] */


.site_wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.site_top {
	width: 950px;
	height: 425px;
	background-image: none;
}

.site_wrapper_centre {
	float: left;
	width: 950px;

	background-image: none;
}

.site_left {
	text-align:left;
	margin-top: 10px;
	width: 222px;
	float: left;
	margin-left: 0px;
}

.site_content {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
		width:500px;
	padding-left: 0px;
	padding-right:0px;
	text-align:left;
	background-image: none;
}

.site_right {
  text-align:right;
  margin-top: 10px;
  margin-right: 0px;
  width: 222px;
  float: right;
}

.site_bottom {
	text-align:right;
	float: left;
	width: 950px;
	height:43px;
	background-image: none;
}

.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */
