BODY
{
    background-color: #444444;
    font-family: Verdana;
    font-size: small;
    color: #ada39f;
    margin: 0px 0px 0px 0px;
}

A
{
    color: White;
    text-decoration: none;
}

A:hover
{
    color: #D2D3B3;
    text-decoration: underline;
}

A:active
{
    color: #666666;
    text-decoration: none;
}

A:visited
{
    color: #cccccc;
    text-decoration: none;
}

.photo
{
    padding: 2px;
    margin-right: 19px;
    margin-bottom: 19px;
    border: solid 2px #7B7B79;
}

INPUT
{
    border: solid 1px #342C29;
    font-size: small;
    color: #777777;
    background-color: #333333;
}

TEXTAREA
{
    border: solid 1px #342C29;
    color: #777777;
    background-color: #333333;
}

SELECT
{
    border: solid 1px #342C29;
    font-size: x-small;
    color: #777777;
    background-color: #333333;
}
HR
{
    color: #645C59;
    border: dashed 1px #333333;
}

#usrpnl
{
    text-align: left;
    margin-left: 10px;
    float: left;
    width: 250px;
    padding: 4px;
}

#galitem
{
    background-image: url(/images/form.jpg);
    background-repeat: repeat-x;
    border: solid 1px Black;
    text-align: right;
    margin: 0px;
    width: 486px;
    padding: 4px;
}

#lgin
{
    background-image: url(/images/navtop.gif);
    background-repeat: repeat-x;
    text-align: right;
    width: 654px;
    padding: 4px;
}

#em
{
    color: #625753;
    letter-spacing: 1px;
    font-size: smaller;
}

#subnav
{
    width: 483px;
    margin-top: 52px;
    margin-left: 18px;
}

#navbar
{
    line-height: 18px;
    background-image: url(/images/nav.jpg);
    background-repeat: no-repeat;
    float: right;
    width: 100px;
    height: 350px;
    margin-top: 0px;
    margin-right: 4px;
    text-align: right;
    color: #342C29;
}

#navcnt
{
    padding-right: 4px;
    padding-left: 4px;
}

#navhdr
{
    color: #847C79;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 6px;
}

#navbtn
{
    border: none;
}

#content
{
    border: solid 1px #342C29;
    width: 486px;
    margin-top: 16px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    line-height: 24px;
}

#footer
{
    background-color: #444444;
    padding-top: 8px;
    margin-top: 118px;
    padding-bottom: 8px;
    width: inherit;
    border-top: dashed 1px #342C29;
    text-align: center;
    letter-spacing: 7px;
}
