#site_center {background-color:#CCD9F2;}
#main {width:780px;margin-left:auto;margin-right:auto;background-color:#FFFFFF;border:1px solid #363636;}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#header, #content, #footer, .width {width:780px}

/*======= index.html =======*/
#content .col_1{width:255px;}
#content .col_2{width:255px;}
#content .col_3{width:255px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:461px;}
#page2 #content .col_2{width:206px;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:232px;}
#page3 #content .col_2{width:229px;}
#page3 #content .col_3{width:206px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:232px;}
#page4 #content .col_2{width:435px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:461px;}
#page5 #content .col_2{width:206px;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{width:232px;}
#page6 #content .col_2{width:229px;}
#page6 #content .col_3{width:206px;}
/*=========================*/

.banner,.banner a{
	/* dimensions of the banner */
		width: 468px;
	height: 60px;
	display: block;
	cursor: hand;
	margin: auto; /* optionally, align the banner to the center */
}
.banner a span{
	display: none; /* hide the text */
}
.banner{
	/* display the non-animated banner image, by default */
	background: transparent url("http://www.todayrealestate.com/tre/images/mmibanner.gif") no-repeat;
	color: inherit;
	position:absolute;
	top:0;
	left: 50%;
    margin-left: -234px;
}