	body 
	{
		background: url('/images/body_bg.gif') repeat-x #FFF;
	}
	
	#header
	{
		height: 135px;
		position: relative;
		background: url('/images/header.jpg') no-repeat top 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/menu_bar_active.jpg' ) left bottom no-repeat;
	}
	
	div.outer_active
	{
	background: url( '../images/menu_bar_active.jpg' ) no-repeat;
	}

	div.outer a 
	{
	background: url( '../images/menu_bar_inactive.jpg' ) left bottom no-repeat;
	}

    
	/*MENU */

	#button 
	{
	width: 210px;
	background: #FFFFFF;
	color: #000;
	font-size: 2px;
	}
	
	#button ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

    
	#button li
    {
    border-top: dashed 1px #455d1b;
    border-right: solid 1px #455d1b;
    font-size: 13px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    }
		
	.menu_top 
	{
	height: 6px;
	background-image: url(../images/top_green.gif);
	background-repeat: no-repeat;
	}
		
	.menu_bottom 
	{
	height: 6px;
	background-image: url(../images/bottom_green.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: #FFFFFF;
        color: #78a22f;
    }
	
	#button li a
    {
    display: block;
    padding: 4px 0 4px 20px;
    background: #FFFFFF;
    background-image: url(../images/menu_bg.gif);
    color: #455d1b;
    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: #ffffff;
	}
