/* HOME PAGE */

/*** TOP CONTENT AREA - MAIN ********************************/
#main-clearance {
	clear: both;
    margin: 0;
    padding: 0; 
    width: 950px;
}

div#top-content-clearance {

    padding: 95px 25px 20px;
    background:#e7eef4 url(../img/main-clearance_bg.jpg) no-repeat;
}

table#right-content-clearance {
	height: inherit;
	float:right; 
	width: 48%;

	}

table#left-content-clearance {
	height: inherit;
	float:left; 
	width: 90%;

	}

/*** CONTENT ********************************/
#content-clearance{
	clear:both;
	margin: 0;
	text-align: center;
	padding: 40px 260px 0px;

	background:url(../img/bg-mattress_light.jpg) no-repeat;
}

#clearance-address-container{

	width: 950px;
	height: 160px;
	padding: 0;
}

.clearance-address{
	padding: 2px 40px 0 0;
	margin: 0 auto;
	width: 195px;
	height: auto;
	float:left;

}

