/**common css**/
*{margin:0px;padding:0px}
.clear{clear:both}
body{background:#F0F0F0}

/**wrapper start**/
.wrapper{width:1000px;height:1300px;margin:20px auto;border:1px;background:#005279}

/**header start**/
#header{width:100%;height:150px;background:#006697}

/**content start**/
#content{width:100%;height:1000px;background:#A2A2A2}
.post-1{width:100%;height:100px;background:#FF8000}
#post-2{width:100%;height:200px;background:#FF8000}
.left{float:left;width:50%;height:200px;background:#00FF80}
.right{float:left;width:50%;height:200px;background:#FF007F}
.post-3{width:100%;height:200px;background:#FFFF00}
#post-4{width:100%;height:100px;background:#00FF00}
.left2{float:left;width:50%;height:100px;background:#408080}
.right2{float:left;width:50%;height:100px;background:#443D83}
.post-5{width:100%;height:200px;background:#0080C0}
.post-6{width:100%;height:100px;background:#00006C}
#post-7{width:100%;height:100px;background:#8000FF}
.left3{float:left;width:50%;height:100px;background:#29CB7A}
.right3{float:left;width:50%;height:100px;background:#00FFFF}


/**footer start**/
#footer{width:100%;height:150px;background:#006697}