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

/** header start here **/
#header{width:100%;height:100px;background:#186F71;position:relative}
ul{list-style-type:none;position:absolute;bottom:0px;left:0px}
ul li a{color:#fff;font-size:16px;font-weight:bold;text-decoration:none}
ul li{float:left;padding:5px 15px}


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

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