/* ####################################### */
/* Site DIV's [ REQUIRED ] */

.site_wrapper 
{
		width: 805px;
	margin-left: auto;
	margin-right: auto;
}

.site_top 
{
	width: 805px;
	height:356px;
}

.site_wrapper_centre 
{
	float: left;
	width: 805px;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.site_left {
	float: left;
	width: 212px;
	height:480px;
	border:0;
	margin-left: 12px;
	background-image: url(images/site_left_bg.gif);
    background-repeat: no-repeat;
    background-position: top right
}

.site_content 
{
	margin-left: 225px;
	margin-right: 225px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	color:#ffffff;
	font-family: Arial;
	font-size: 11px;
}

.site_right {
	float: right;
	width: 209px;
	height:480px;
	margin-right: 13px;
	background-image: url(images/side_right_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.site_bottom {
	float: left;
	width: 805px;
	clear: both;
}

.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */
