﻿#wrapper
{
    position: relative;
    width: 1025px;
    height: 673px;
    left: 50%;
    top: 0;
    margin-left: -512px;
    background: transparent url(../images/bkgd_Wrapper.jpg) no-repeat left top;
}  

#note
{
    position: absolute;
    width: 260px;
    height: 264px;
    left: 759px;
    top: 333px;
    background: transparent url(../images/img_Note.jpg) no-repeat left top;
    cursor: pointer;
} 

#md
{
    position: absolute;
    width: 154px;
    height: 28px;
    left: 838px;
    top: 639px;
    cursor: pointer;
} 

#menu
{
    text-align: center;
    position: absolute;
    width: 250px;
    left: 40px;
    top: 274px;
    background: transparent url(../Images/bkgd_NavBottom.gif) no-repeat center bottom;
    margin: 0; 
    padding: 0 0 20px 0;
}
#menu ul 
{
    list-style: none;
    background: transparent url(../Images/bkgd_NavTop.gif) no-repeat center top;
    margin: 0; 
    padding: 48px 0 0 0;
}
#menu ul li { margin: 0; }
#menu ul li a
{
    color: #A49881;
    font-size: 200%;
    font-family: Candara, Trebuchet MS, Helvetica, Tahoma, Arial;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 250px;
    height: 48px;
    background: transparent url(../Images/bkgd_NavUnselected.jpg) no-repeat center bottom;
}
#menu ul li a:hover
{
    color: #D8D6C5;
    text-decoration: none;
    background: transparent url(../Images/bkgd_NavSelected.jpg) no-repeat center top;
}
#home #nav-home a,
#about #nav-about a,
#featured #nav-featured a,
#donations #nav-donations a,
#contact #nav-contact a
{
    color: #D8D6C5;
    text-decoration: none;
    background: transparent url(../Images/bkgd_NavSelected.jpg) no-repeat center top;
}

#title
{
    line-height: 20px;
    font-size: 15px;
    position: absolute;
    width: 378px;
    height: 25px;
    left: 316px;
    top: 293px;
    border-bottom: solid 1px #692B11;
}
#content
{
    position: absolute;
    width: 378px;
    height: 261px;
    left: 316px;
    top: 324px;
    overflow: hidden;    
} 

#scrollbar
{
    position: absolute;
    width: 26px;
    height: 236px;
    left: 723px;
    top: 332px;
    background: transparent url(../Images/bkgd_ScrollDash.gif) repeat-y center top;
}
#scrollslider
{
    width: 26px;
    height: 22px;
    background: transparent url(../Images/bkgd_ScrollSlider.gif) no-repeat center top;
    cursor: pointer;
}
#scrollup
{
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 723px;
    top: 306px;
    background: transparent url(../Images/bkgd_ScrollUp.jpg) no-repeat center top;
}
#scrolldown
{       
    cursor: pointer;     
    position: absolute;
    width: 26px;
    height: 26px;
    left: 723px;
    top: 568px;
    background: transparent url(../Images/bkgd_ScrollDown.jpg) no-repeat center top;
}

.clear
{
    clear: both;
    height: 0px;
    width: 0px;
    overflow: hidden;            
}


#login .scrollcontrols,
#forgot .scrollcontrols
{
    display: none;
}