/* ####################################### */
/* Site DIV's [ REQUIRED ] */

.site_wrapper 
{
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}

.site_top 
{
	display: block;
	width: 862px;
	height: 122px;
	background-image: url(/Uploads/Userfiles/website/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.site_wrapper_centre 
{
	display: block;
	float: left;
	width: 860px;
}

.site_left 
{
	display: block;
	float: left;
	width: 0px;
}

.site_content 
{
	display: block;
	width: 860px;
	border: 1px solid #FFFFFF;		
	background-color: #333333;
}

.site_right 
{
	display: block;
	float: right;
    width: 0px;
}

.site_bottom 
{
    text-align:center;
	display: block;
	float: left;
	width: 862px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */

