/* Main */
BODY          {
		MARGIN: 7px 0 0 0; 
		PADDING: 0 0 0 0; 
		FONT: 12px Verdana, Arial, Helvetica, sans-serif;
        	background: url(/media/site/bg.gif) repeat-x;
                background-color:#FFFFFF;
              }
P,BR,DIV,TD   {
		FONT: 12px Verdana, Arial, Helvetica, sans-serif;
		COLOR: #871010;
              }

a:link {color: #871010;} 
a:visited {color: #871010;} 
a:hover {color: #871010;} 
a:active { color: #871010; } 



.tb_main{
	border-left: 3px solid #E0989D;
        border-right: 3px solid #E0989D;
        background-color:#FBDCDA;

}

.tb_bottom{
	border-left: 3px solid #E0989D;
        border-right: 3px solid #E0989D;
        background-color:#F5848C;
height: 40px;

}



/* MENU */
.menu_b{
background: url(/media/site/menu_b.gif) top left repeat-x; 
border-left: 3px solid #E0989D;
border-right: 3px solid #E0989D;
padding-left: 40px;
}


#navcontainer ul
{
padding: 0;
margin: 0;

float: center;
list-style-type: none;
text-align: center;
FONT: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
height: 31px;
width: 100%;
line-height:250%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-top: 0px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 14px;
float: left;
color: #871010;
background: url(/media/site/menu.gif) top left no-repeat;
height: 31px;
}


#navcontainer ul li a:hover
{
color: #871010;
background-position: 0 -31px;
height: 31px;
}

#navcontainer li#active a
{
background-position: 0px 0px;
}

#navcontainer li#active a:hover
{
background-position: 0px -31px;
}

