@charset "utf-8";


/****************************************************/
/* MAIN LAYOUT                                      */
/****************************************************/
#container {
	width: 582px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#headerTopRight {
	display:none;
} 
#headerBottomContainer {
	display:none;
}
#headerTopLeft {
	float:right;
}
#sidebar1 {
	display:none;
}
* html #sidebar1 { /* this is to fix IE 6.0 bug */
	display:none; 
}
#mainContent {
	margin: 0 0 0 0px; /* 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. */
}




