#main {width:800px;}
#right_side { margin-left: 50px;
     width:700px;
    }
#bottom {clear: both;
     width:800px;
    }
#top_menu ul
   {    width:480px;            
    height:35px;            
    list-style:none;        
    text-align:center;      
    font-size:100%;         
    font-weight:bold;       
    line-height:220%;       }
#sub_menu ul
   {line-height: 25px;
        font-weight:bold;       
      }
#top_menu li
   {    width:80px;            
    height:35px;            
    float:left;             
   }
#top_menu a
   {text-decoration:none;
    display:block;            
    width:100%;               
    height:100%;              
    background-position:0px 0px; 
    background-repeat:no-repeat; 
       }
#sub_menu a {text-decoration:none;}
 
#sub_menu a:hover { position: relative; 
right: 1px; top: 1px;
text-decoration: none;    }
#sub_menu a:link {color:#008000;}         
#sub_menu a:visited {color:#008000;}         
.link a:link {color:#008000;}
.link a:visited {color:#008000;}

.on a:link {color:#ff0000;}
.on a:visited {color:#ff0000;}   
.off a:link {color:#008000;}
.off a:visited {color:#008000;}