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

/**wrapper**/
.wrapper{width:1000px;height:900px;border:1px;margin:20px auto;background:#37ECEC}

/**header**/
#header{width:100%;height:120px;background:#000040}

/**content**/
#content{width:100%;height:660px}
.left-sidebar{float:left;width:15%;height:660px;background:#0080C0}
.post{padding-top:5px;width:100%;min-height:660px;background:#C0C0C0}
.right-sidebar{float:right;width:15%;height:660;background:#0080C0}

/**footer**/
#footer{width:100%;height:120px;background:#000040}