#body {
	background-image:url(images/white-background-bar.jpg);
	width: 1000px;
	height:auto;
	margin-left: auto ;
    margin-right: auto ;
	}

#header {
	padding:0px;
	width:1000px;
	background:#fff;
	margin-top:auto;
	margin-bottom:auto;
}
#top_advert {
	padding:0px;
	width:1000px;
	height:107px;
	margin-top:auto;
	margin-bottom:auto;
}
#left_column {
    float:left;
    width:210px;
	height:850px;
    padding:0px;
    background:#fff;
}
#main_body {
    float:left;
    width:615px;
	height:auto;
    padding:0px;
    background:#fff;
	background-image:url('images/p51_BG_light.jpg');
	background-repeat:repeat-y;
	border:hidden;
}
#right_column {
    float:right;
    width:175px;
	height:850px;
    padding:0px;
    background:#fff;
}
#footer {
    clear:both;
	width:1000px;
	height:110px;
    padding:0px;
    background:#fff;
}


