.clear{clear:both;}
#wrapper{width:800px;height:600px;background:pink;}

#header{width:100%;height:100px;background:blue;}
#inner_wrapper{width:100%;height:400px;background:gray;}
#inner_wrapper_left{width:300px;height:400px;background:cyan;float:left;}
#left_one{width:100%;height:100px;background:red;}
#left_two{width:100%;height:100px;background:green;}
#left_three{width:100%;height:100px;background:gold;}
#left_four{width:100%;height:100px;background:orange;}
#inner_wrapper_right{width:500px;height:400px;background:silver;float:left;}
#right_one{width:100%;height:200px;background:cyan;}
#right_two{width:100%;height:200px;background:mediumSeagreen;}
#footer{width:100%;height:100px;background:red;}