

#PageHeader{
    text-align:center;        
}

#PageHeader #Head{
    position:relative;
    width:1000px;
    height: 140px;
    margin:0px auto 0px;
    text-align:left;   
    background-color: #E6D096; 
}

#PageHeader #Head #Logo{
    float: left;
    padding: 0px;
    margin:0px 0px 0px 0px;
    border: 0;   
}

#PageHeader #Head #LogoLeft{
    float: left;
    height: 40px;
    width: 185px;
    display: inline;
    margin: auto auto auto 10px;
}

#PageHeader #Head #LogoRight{
    float: right;
    height: 40px;
    width: 795px;
    padding: 0px;
    border: 0px;
    text-align: center;
    margin:0px 10px 0px 0px; 
    background-image: url(/images_header/bgitems.gif);
    background-repeat:repeat-x;     
}

#PageHeader #LogoRight ul{  
    margin: 13px 0px 0px 2px;
    padding:0;
}

#PageHeader #LogoRight li{
    float:left;  
    color: white;
    font-weight: bold;
    list-style: none;
    padding: 0px 8px 0px 8px;
    background: url(/images_main/separator.gif) no-repeat right;   
}

#PageHeader #LogoRight li a:link { color: white; }
#PageHeader #LogoRight li a:visited { color: white; }
#PageHeader #LogoRight li a:hover { color: white; text-decoration: none; }

#PageHeader #LogoRight .libg{ padding-right: 0px; background: none; }