* { margin : 0 ; padding : 0 ; }
#mainbody { width: 600px; }
.header_left { float: left; width: 250px; height: 60px; background: #dcdcdc }
.header_right { float: left; width: 350px; height: 60px; background:#eeeeee; }

.menu { clear: both; width:600px; height: 20px; background:#eee8aa; }

.box_a { float: left; width: 400px; background: #f5f5dc; height: 300px; }
.box_b { float: left; width: 8px; background: #ffffff; height: 300px; }
.box_c { float: left; width: 192px; background: #f5f5dc; height: 300px; }

#footer { clear: both; width: 600px; height: 60px; background: #dcdcdc; }