﻿body 
{
    margin: 0px;
    background: #D9C5A7;
}

/* nav */
.nav_menu {border-top: solid 1px #B2B4B3;border-bottom: solid 1px #B2B4B3;background: #E0E0E0;}
.nav_menu_drop {background: #ffffff;}
.nav_node {font-family: Arial, Verdana, Sans-Serif;font-size: 11px;font-weight: bold;text-align: center;color: #000000;}
.nav_node_hover {color: #800000;}
.nav_node_drop {font-family: Arial, Verdana, Sans-Serif;font-size: 10px;color: #800000;border-top: solid 1px #000000;}
.nav_node_drop_hover {color: #000000;}

.nav_bg 
{
   border-top: solid 1px #000000;
   border-bottom: solid 1px #000000;
   background: url(img/bg_nav.jpg) top left repeat-x;
    }

/* header */
.header 
{
    
    }



/* content */

.content 
{
    background: #9D051E;
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #ffffff;
    padding: 6px;
    }



/* footer */

.footer 
{
    background: url(img/bg_footer.jpg) top left repeat-x;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 7pt;
    color: #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    }
    
    
    
    /* tables */
    
    .content_cells 
    {
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #ffffff;
    padding: 0px 10px 0px 0px;
    line-height: 21px;
        }
    
    
    

/* columns */

.drop_left 
{
    background: #D9C5A7 url(img/drop_left.jpg) top right repeat-y;
    }
    
    .drop_right
{
    background: #D9C5A7 url(img/drop_right.jpg) top left repeat-y;
    }
    
    /* titles */
    h1 
    {
        font-weight: bold;
        font-size: 10pt;
        margin: 0px;
        }
        
        /* links */
        
        a.text_links:link {
text-decoration : underline;
color: #ffffff;
font-weight: normal;
}

a.text_links:visited  {
text-decoration : underline;
color: #cccccc;
font-weight: normal;
}

a.text_links:hover {
text-decoration : none;
color: #ffffff;
font-weight: normal;
}



a.small_text_links:link {
text-decoration : underline;
color: #000000;
font-weight: normal;
}

a.small_text_links:visited  {
text-decoration : underline;
color: #000000;
font-weight: normal;
}

a.small_text_links:hover {
text-decoration : none;
color: #000000;
font-weight: normal;
}

/* portfolio */
.portfolio_description
{
    border: solid 1px #000000;
    background: #ECE0D2;
    color: #000000;
    padding: 10px;
    font-size: 12px;    
}

/* image */

.img_bug 
{
    display: block;
    }
    
/* ERROR PAGES */
.error_page_box
{
    border: solid 1px #000000;
    background: #ECE0D2;
    color: #000000;
    padding: 10px;
    font-size: 12px;
    width: 75%;
}
.error_page_message_header
{
    font-size: 14px;
    color: #9D051E;
    font-weight: bold;
}
.error_page_message_text
{
    font-size: 12px;
    color: #000000;
}
