﻿#body_gal, #body_sal
    {
     /*   position:relative;*/
	    width:700px;
	    height:23px;
        padding-left:auto;
        padding-right:auto;
        margin-left:auto;
        margin-right:auto;

    }
    
    
    #nav {
        margin: auto;
        /*margin-left: auto;
        margin-right: auto;*/
        padding: 0;
        /*padding: 0 20px 0 20px;*/
        background-image: url(../images/nav_bg_off.gif);
        background-position: left top;
        background-repeat: repeat;
        list-style-type: none;
        /*width: 698px;*/
        width: 100%;
        float: left; /* Contain floated list items */
        font-family: Verdana, Helvetica, Arial;
        /*font-size: x-small;*/
        font-size: 9px;
        font-style: italic;
    }
    
    #nav li 
    {
        margin: 0;
        /*margin: 0 15px 0 15px;*/
        padding: 0;
        /*padding: 0 5px 0 5px;*/
        float: left;
        }
    
    #nav a 
    {
        float: left;
        /*width: 115px;*/
        width: 100px;
        /*padding: 0 5px 0 5px;
        margin: 0 15px 0 15px;*/
        color: #484848;
        text-decoration: none;
        line-height: 23px;
        text-align: center;
        border-right: none;
        }
        
     #nav #nav_con a 
     {
         border: none;
     }
     
     #nav a:hover 
     {
        background-image: url(../images/nav_bg_on.gif);
        background-position: left top;
        background-repeat: repeat;
     }
     
     #body_hom #nav_hom a,
      #body_ten #nav_ten a,
      #body_lan #nav_lan a,
      #body_ren #nav_ren a,
      #body_gal #nav_gal a,
      #body_sal #nav_sal a,
      #body_con #nav_con a
     {
        background-image: url(../images/nav_bg_on.gif);
        background-position: left top;
        background-repeat: repeat;
        color: #1a1303;
        font-weight: bold;
        font-style: normal;
     }