/* ####################################### */
/* Site DIV's [ REQUIRED ] */

.site_wrapper 
{
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

.site_top 
{
	width: 962px;
	height: 160px;
}

.site_wrapper_centre 
{
	float: left;
    width: 962px;
}

.site_left {
	width: 190px;
	min-height: 390px;
	float: left;
	background-image: url(/Uploads/Userfiles/Images/Website/side_nav_bg.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    background-color: #da9803;
    margin-left: 3px;
    margin-right: 0px;
}

.site_content 
{   	
	margin-left: 190px;
	margin-right: 120px;
	padding-left: 10px;
	padding-right: 10px;
}

.request_related_to 
{   	
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.site_right 
{
    width:120px;
	float: right;
}

.site_bottom 
{
	float: left;
	width: 962px;
	height:39px;
	clear: both;
	margin-top: 20px;
	background-image: url(/Uploads/Userfiles/Images/Website/footer_bg.jpg);
    background-repeat: no-repeat;
    background-repeat:repeat-x;
    background-position: center top;
	
}

.clearfloat { 
	clear:both;
    height:0; 
}

.BannerAdvertsTop
{
    margin-left :490px;
    margin-top :-125px;
    z-index :1;
    
}
.BannerAdvertsRight
{
    margin-top :10px;
}
/* ####################################### */

