/* content_style.css - a simple style sheet */body{ margin: 0; padding:0; background: #FFFF01; color: #333333; }#hdr{/*  height:35px; */ background:#FFFF01; color:#000000;/*  border:solid #000000; border-width:2px 0px; margin:40px 0 0 0; */ }#lh-col{ position: absolute; top: 160px; left: 0px; width: 150px; border: 2px solid #000000; background: #FFFF01; color: #333333; margin: 5px; padding: 2px; height: 350px; } #rh-col{ margin: 20px 20px 20px 220px; border: 2px solid #000000; background: #ffffff; color: #333333; padding: 20px; position :relative; } #list-menu {width: 132px;/* this width value is also effected bythe padding we will later set on the links. */}#list-menu ul {margin: 0;padding: 0;list-style-type: none;font-family: verdana, arial, sanf-serif;font-size: 12px; } #list-menu li {margin: 2px 0 0;} #list-menu a {display: block;width:135px;padding: 2px 2px 2px 10px;border: 1px solid #000000;background: #dcdcdc;text-decoration: none; /*lets remove the link underlines*/} #list-menu a:link, #list-menu a:active, #list-menu a:visited {color: #000000;}#list-menu a:hover {border: 1px solid #000000;background: #333333;color: #ffffff;} #list-menu a:hover {border: 1px solid #000000;background: #333333 url(images/background1.gif);color: #ffffff;}
