div#siteHolder
{
    width:840px;
    margin:auto;
}


div#headerDiv
{
    background-image:url(img/headerBG.jpg);
    width:840px;
    height:160px;

}

div#contentDiv
{  
    min-height:400px;
    height:auto !important;
    height:400px;
    
    background-image:url(img/contentBG.png);
    width:750px;
    margin:auto;
    padding-bottom:0px;
    margin-bottom:0px;  
   
}

div#contentHolder
{
    min-height:400px;
    height:auto !important;
    height:400px;
    
    margin-left:40px;
    margin-right:40px;
    padding-top:30px;
     padding-bottom:0px;
    margin-bottom:0px;  
    

}

div#footerDiv
{
    background-image:url(img/footerBG.jpg);
    width:750px;
    height:21px;
    margin:auto;

}

div#footerText
{
    width:730px;
    margin:auto;
    padding-bottom:10px;
}

div#menuDiv
{
    background-image:url(img/contentBG.png);
    width:750px;
    margin:auto;
    height:26px;
}

div#menuHolder
{
    background-color:#E1DAC7;
    border-top:1px solid #BDBD82; 
    border-bottom:1px solid #BDBD82;
    height:24px;
    width:731px;
    margin-left:9px;
    z-index:4000;
}

div#topMenu
{
    margin-left:30px;
    margin-top:-1px;
    
}

div#lastUpdate
{
    display:none;
}

div#logoHolder
{
    width:256px;
    height:103px;
    background-image:url(img/logo.png);
    position:absolute;
    margin-left:299px;
    margin-top:65px;
    z-index:9000;   
}

.RadMenu_Sunset .rmLink:hover
{
   cursor: pointer;
}


