* html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}   

html{
    font-size:100%;
}

body{
    background: #5ba1d5 url('images/bg.gif') repeat-x left top;
    font-family:Arial,sans-serif;
    font-size:1.00em;
    line-height:140%;
    text-align:center;
    color:#4e4e4e;

}

   
/* Layout */

div.wrapper{
    width:890px;
    margin:0 auto;
    text-align:left;   
    font-size:0.88em;
} 

#header{
    position:relative; 
    width:890px;
    height:219px;
    margin:40px 0 0 0;
    text-align:right;
    font-size:1.29em;
    background:url('images/bg.header.jpg') no-repeat left top;
    
}

    #header h1{
        margin:0;
        padding:145px 60px 0 0;
        
        color:#4d4d4d;
        font-size:1.43em;
    }
    
#navigation{
    position:relative; 
    width:890px;
    height:65px;
    background:url('images/bg.nav.gif') repeat-x left top;
    text-align: center;
    border-bottom:5px solid #ffcb92;
    overflow:hidden;
}

    #navigation ul{
        width:890px;
        height:55px;
        padding:5px 0;
        margin:0;
        list-style: none;
    }
    
    #navigation ul li{
        float:left;
        display: inline;
        margin:0 0 0 40px;
        padding:0 0 0 15px;
        line-height:55px;  
    }
        
    
        #navigation ul li:hover,
        #navigation ul li.sel{background:url('images/bg.nav.item.left.gif') no-repeat left top;}
        
            #navigation ul li a{
                
                float:left;
                margin:0;
                padding:0 15px 0 0;
                color:#fff;
                font-size:1.50em;
                text-decoration: none;
            }
        
                #navigation ul li:hover a,
                #navigation ul li.sel a { background:url('images/bg.nav.item.right.gif') no-repeat right top; }
        
        
          
#container{
    position:relative;
    width:790px;
    padding:50px;
    background:#fff;
}


#footer{
    position:relative;
    width:790px;
    height:115px;
    padding:0 50px;
    background: #fff url('images/bg.footer.gif') no-repeat right bottom;
}

    #footer p,
    #footer a{
        float:left;
        line-height:90px;
        height:90px;
    }
    
    #footer a{margin-left:20px;}
    

#copyright{
    position:relative;
    width:790px;
    padding:20px 50px;
    color:#fff;
    font-size:0.82em;
    margin:0 auto;
    text-align:left;   
    
}

            
            
        


