/* CSS Document */
div#leftcol {
	display: none;
}
div#main {
	width: 772px;
}
/** only ie will read this **/
* html div#main{ 
   width:800px;
   /*border:1px solid #ff0000;*/ 
}
/** only ie7 will read this **/
:first-child+html div#main { 
   width:730px;
   /*border:1px solid #ff0000;*/
}