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