﻿body 
{
    margin: 0;
    padding: 0;
    color: #e3e0e0;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    background-color: #000000;
}

.clear { clear: both; }
.no_bg { background-image: none !important; padding-right: 0px !important; }
.no_bd { border: none !important; margin: 0px !important; }

a, a:link, a:hover, a:active, a:visited { color: #CE9702; }

#wrapper 
{
    width: 770px;
    margin: 0 auto;
}

#pgHdr { height: 75px; }

#hdr_left  
{
    padding-top: 27px; 
    width: 306px;
    float: left;
}

#hdr_right  
{
    background-image: url(../images/hdr_right.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
    width: 464px;
    height: 75px;
}

#menu_row { height: 43px; }

#pgMenu 
{
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    width: 438px;
    height: 34px;
    padding-top: 9px;
    padding-left: 7px;
    float: left;
}

#pgMenu a, #pgMenu a:link, #pgMenu a:visited, #pgMenu a:active, #pgMenu a:hover  
{
    color: #B38404; /*ce9702*/
    font-weight: bold;
    font-size: 15px;
    font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
    line-height: 15px;
    text-decoration: none;
    background-image: url(../images/menu_sep.gif);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-right: 18px;
}
    
#pgMenu a:hover { color: #000000; }

#menu_right 
{
    background-image: url(../images/menu_right.jpg);
    background-repeat: no-repeat;
    width: 325px;
    height: 43px;
    float: left;
}

#mid_row 
{
    background-image: url(../images/middle.jpg);
    background-repeat: no-repeat;
    width: 770px;
    height: 165px;
}

#pgContent 
{
    width: 740px;
    border-left: solid 3px #CE9702;
    border-right: solid 3px #CE9702;
}

#txtContent 
{
    width: 50%;
    padding: 20px;
    float: left;
}

#txtContentF { padding: 20px; }

#txtContentF img
{
    border: solid 1px #CE9702;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#content_right img
{
    border: solid 1px #CE9702;
    margin-bottom: 15px;
}

#content_right 
{
    width: 40%;
    float: right;
}

#pgFooter 
{
    background-image: url(../images/footer_bg.gif);
    background-repeat: no-repeat;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 746px;
    height: 16px;
    line-height: 16px;
    color: #faf1a7; /*fcef85*/
}

#pgFooter a, #pgFooter a:link, #pgFooter a:visited, #pgFooter a:active, #pgFooter a:hover 
{
    color: #faf1a7;
    text-decoration: none;
}

.donate_btn_img 
{
    padding-top: 18px;
    padding-left: 25px;
}
