body, html { margin:0; padding:0; font-family:Arial, sans-serif; font-size:12px; height:100%; }
#wrapper {}
#left { width:180px; float:left; margin-left:12px; padding-top:12px; position:fixed; height:98%; overflow:hidden; }
#right { float:left; margin-left:202px; overflow-x:hidden; color:#333; }
#sitename { font-size:16px; font-weight:bold; margin-bottom:12px; }

#left ul { margin:0; padding:0; list-style:none; margin-top:8px; }
#left li { line-height: 18px; }
#left li.section-title { font-weight:bold; color:#666; }
#left li.section-title:hover { color:#333; cursor:pointer; }
#left a { color:#666; text-decoration:none; }
#left a:hover { text-decoration:underline; color:#333; }
#left li.active a { color:#000; border-bottom:1px dotted #333; }
#left li.active a:hover { text-decoration:none; } 
#menu { height:300px; }

#content { float:left; width:180px; margin-right:12px; display:none; margin-top: 12px; }
#img-container { float:left;overflow:auto; }
#left #content h2 { font-size:13px;  float:none; position: relative; }

