	body 
	{
		background: url('images/red_body_bg.gif') repeat-x #FFF;
	}
	
	#header
	{
		height: 160px;
		position: relative;
		background: url('images/red_header_bg.jpg') no-repeat bottom left;		
	}
	
    .ln
	{
		border-bottom: solid 1px #D2CABC;
        width: 100%;       
        height: 1px;
        position: relative;
        float: left;
        padding-top: 5px;       
	}
    .small_box
	{
		width: 220px;
		position: relative;	
		float: left;
		margin-right: 10px;
		margin-top: 5px;  
        text-align: center;  
	}                       
    
    .small_box a
    {
        color: #CBCBCA;
    }  
    	table.bt
    {
        position: relative;
        float: left;
        width: 900px;
        margin-top: 10px;
    }
    table.bt tr td
    {
        text-align: center;
    }
    table.bt tr td a
    {
        color: #CBCBCA;
    }  
    
	div.outer 
	{
	background: url( 'images/bars_stag.gif' ) 0 -50px no-repeat;
	}
	
	div.outer_active
	{
	background: url( 'images/bars_stag_active.gif' ) no-repeat;
	}

	div.outer a 
	{
	background: url( 'images/bars_stag.gif' ) top left no-repeat;
	}
	
    div.outer_spa {
	background: url( 'images/bars_stag_spa.gif' ) 0 -50px no-repeat;
	}
	
	div.outer_active_spa {
	background: url( 'images/bars_stag_active_spa.gif' ) no-repeat;
	}

	div.outer_spa a {
	background: url( 'images/bars_stag_spa.gif' ) top left no-repeat;
	}
    
	/*MENU */

	#button 
	{
	width: 210px;
	background: #FFD68F;
	color: #000;
	font-size: 2px;
	}
	
	#button ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
	#button li 
	{
	border-top: solid 1px #FFE8C1;
	border-bottom: solid 1px #FDBB44;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
		
	.menu_top 
	{
	height: 11px;
	background-image: url(images/menu_top_red.gif);
	background-repeat: no-repeat;
	}
		
	.menu_bottom 
	{
	height: 11px;
	background-image: url(images/menu_bottom_red.gif);
	background-repeat: no-repeat;
	}
		
		
	#button li.dark a 
	{	
	display: block;
	padding: 4px 0 4px 10px;
	font-weight: bold;
	color: #000;
	width: 200px;		
	}
	
	#button li.dark a:hover 
	{
	background-color: #FFCD74;
	}
	
	#button li a 
	{
	display: block;
	padding: 4px 0 4px 20px;
	background: #FFD68F;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	width: 190px;
	}

	html>body #button li a 
	{
	width: auto;
	}
		
	#button a.active {
	background-color: #FFCD74;
	}
		
	#button a.active_main_title {
	background-color: #FFCD74;
	}

	#button li a:hover {
	background-color: #ffcd74;
	}