﻿ body {
        padding: 0;
        margin: 0;        
        background-color: #322215;
        width: 100%;
        font-family: Arial;   
        font-size: 12px;  
        color: #322215;       
    }
    img{
        border: 0px;
    }
    
    hr
    {
		color: #322215;
    }
    
    h2
    {
		font-size: 14px;
		font-weight:bold;
		color:#fe790d;
	}
    
    #side-menu ul
    {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#side-menu li
	{		
        margin: 0 0.15em;
        font-family: Arial;
        font-weight: Bold;
        font-size: 12px;
	}
	
	#side-menu li a
    {
        background: url(images/btnBackground1.gif) #fff bottom left repeat-x;
        height: 2em;
        line-height: 2em;        
        width: 100%;
        display: block;        
        color: #322215;
        text-decoration: none;
        text-align: center;
    }
    
    #side-menu li a:hover
    {
        background: url(images/btnBackground1.gif) #fff bottom left repeat-x;
        height: 2em;
        line-height: 2em;        
        width: 100%;
        display: block;        
        color: #322215;
        text-decoration: underline;
        text-align: center;
    }
    
    #nav-menu ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }    
   
    #nav-menu li
    {
        float: left;
        margin: 0 0.15em;
        font-family: Arial;
        font-weight: Bold;
        font-size: 12px;
    }
    
    #nav-menu li a
    {
        background: url(images/btnBackground1.gif) #fff bottom left repeat-x;
        height: 2em;
        line-height: 2em;
        float: left;
        width: 9em;
        display: block;
        /*border: 0.1em solid #fd760b;*/
        color: #322215;
        text-decoration: none;
        text-align: center;
    }
    
    #nav-menu li a:hover
    {
        background: url(images/btnBackground1.gif) #fff bottom left repeat-x;
        height: 2em;
        line-height: 2em;
        float: left;
        width: 9em;
        display: block;
        /*border: 0.1em solid #fd760b;*/
        color: #322215;
        text-decoration: underline;
        text-align: center;
    }

    /* Hide from IE5-Mac \*/
    #nav-menu li a
    {
        float: none;
    }
    /* End hide */

    #nav-menu
    {
        width:100%;
        vertical-align:top;
    }
    
    a{
        font-family: Arial;
        text-decoration: underline;
        color: #322215;
        border:0px;
    }
    
    a:hover{
        font-family: Arial;
        text-decoration: underline;
        color: #fe790d;
        border:0px;
    }
    
    .orange-text
    {
		color: #fe790d;
	}