body  {
	color:#FFF;
}
.twoColFixLtHdr #header { 
	height:308px;
}
.twoColFixLtHdr #container { 
	width: 899px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7e7d57 url(/images/hdr-bg-nikkei.jpg) no-repeat 0 308px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 