<style type="text/css"> 
<!-- 
#fake { }

#outer { 
	width: 966px;
	background-color:#ffffff;
	text-align: left;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
} 
#container {
	padding: 0px 23px 0px 23px;
}

#top { 
	width: 920px;
	height: 60px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
} 

#maincontent {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#logo {
	position:absolute;
	margin: 0;
	text-align:left;
	width: 180px;
	padding: 0px 0px 0px 8px;
}
#menu { 
	position:absolute;
	z-index:100;
	margin: 0px 0px 0px 310px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#banners { 
	width: 900px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
} 
#leftbanners {
	position:absolute;
	margin: 0;
	text-align:left;
	width: 300px;
	padding: 0px 0px 0px 2px;
}
#rightbanners { 
	position:absolute;
	margin: 12px 0px 0px 642px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#bottom { 
	width: 966px;
	height:40px;
	padding: 0px 23px 0px 23px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
} 
#leftbottom {
	position:absolute;
	margin: 4px 0px 0px 0px;
	width: 600px;
	padding: 0px 0px 0px 2px;
}
#rightbottom { 
	position:absolute;
	margin: 6px 0px 0px 874px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

--> 
</style>