table {
    border: solid 2px #291b2a;
    min-width: 450px; 
}

th
{
    text-align: left;
    width: 100%;
    padding: 5px;
    font-weight: bolder;
    background: #241625 url('http://www.dryrootls.com/members/images/table_header.jpg') no-repeat;
}
#welcome_points span
{
    padding: 0px 10px;   
}


#welcome_player
{
    width: 40%;
    height: 40px;
    float: left;
    font-size: 14px;
    margin-top: -10px;
}

#welcome_points
{
    width: 60%;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    margin-top: -12px;
}

#main_links
{
    width: auto;
    padding-top: 145px;
}


body
{
    margin: 0 auto;
    background: #000000 url('http://www.dryrootls.com/members/images/main_repeat.jpg') repeat-x;   
}

div 
{
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;    
}

h2
{
    margin: 0xp;
    padding: 0px 0px 15px 0px;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

h3
{
    margin: 0xp;
    padding: 10px 0px 0px 0px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

p
{
    padding: 0px 0px 0px 0px;
}

#main_top
{
    background: url('http://www.dryrootls.com/members/images/main_top.jpg') no-repeat;
    width: 1071px;
    height: 182px;
    text-align: right;
}

#main_nav
{
    background: url('http://www.dryrootls.com/members/images/main_nav.jpg') no-repeat;
    width: 192px;
    min-height: 918px;
    float: left;
}

#main_content
{
    background: url('http://www.dryrootls.com/members/images/main_content.jpg') no-repeat;
    width: 879px;
    min-height: 918px;
    margin-left: 192px;
    margin-top: -12px;
    padding-top: 2px;

}

#navigation_content
{
    padding-left: 20px;
    line-height: 150%;   
}

#content_content
{
    padding: 0px 15px 15px 15px;
    line-height: 135%;
}

#main_footer
{
    height: 75px;
    width: 100%;
    background: url('http://www.dryrootls.com/members/images/main_footer.jpg') repeat-x;
    clear: both;
}

#footer_content
{
    height: 75px;
    font-size: 10px;
    padding-left: 200px;
    line-height: 150%;
}

#error
{
    border: dotted 2px #a371a2;
    background: #000000 url('http://www.dryrootls.com/members/images/error.jpg') no-repeat 15px 12px;
    padding: 10px 10px 10px 90px;
    margin: 10px;  
    min-height: 60px;
    line-height: 135%;
}

#notice
{
    border: dotted 2px #a371a2;
    background: #000000;
    padding: 10px 10px 10px 10px;
    margin: 10px;  
    line-height: 135%;
}

a
{
    color: #f3d3f2;
    text-decoration: underline;
}
a:hover
{
    color: #f3d3f2;
    text-decoration: none;
}