/** Common CSS **/
*{padding:0px;margin:0px;}
body{background:#ff6347;font-family:Copperplate;font-size:13px;color:#333}
#wrapper{width:960px;height:1000px; margin:2px auto}
.clear{clear:both}

/** header start here **/

#header{width:100%;height:100px;background:#ff6347;position:relative}
#limit{margin-left:100px;margin-top:100px;}
ul{list-style-type:none;position:absolute;bottom:0px;left:0px}
ul li a{color:#fff;font-size:18px;font-weight:bold;text-decoration:none}
ul li{float:right;padding:15px 15px}


/**Content area **/
#inner-wrapper{width:100%;}
#content-area{width:800px;background:#BBCD7B;float:left;height:800px;}
#sidebar{width:160px;height:800px;background:#CD937B;float:left;}

/** footer start **/
#footer{width:100%;height:100px;background:#186F71;}
t5