body.std
 {
 margin:0;
 font:12px Tahoma;
 color:black;
 background:url(../images/bg2.jpg) repeat black;
 }

#left_column
 {
 width:195px;
 float:left;
 }
#navigation a
 {
 background:url(../images/navi_bg.gif) no-repeat;
 width:195px;
 height:50px;
 display:block;
 padding-left:45px;
 margin:5px;
 font-size:15px;
 color:green;
 font-weight: bold;
 text-decoration:none;
 line-height:16px;
 }
#navigation a:hover
 {
 background-position:0 bottom;
 }
#subnav a
 {
 background:url(../images/subnav_bg.gif) no-repeat;
 width:195px;
 height:25px;
 display:block;
 padding-left:85px;
 margin:5px 0;
 font-size:10px;
 color:red;
 font-weight: bold;
 text-decoration:none;
 line-height:25px;
 }
#subnav a:hover
 {
 background-position:0 bottom;
 }