.site_top 
{
	width: 805px;
	height:240px;
}

.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:450px;
	margin-left: 12px;
	background-image: url(images/side_right_bg_2.gif);
    background-repeat: no-repeat;
    background-position: top right
}

.site_content 
{	
	margin-left: 225px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	color:#ffffff;
	font-family: Arial;	
    font-size: 11px;
	
}

.site_right {
	float: right;
	width: 0px;
	height:0px;
	background-repeat: no-repeat;
	background-position: top left;
}

.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */
