html,body
     {
     font-family: arial, sans serif;
     background-color: #ccc;
     }

body
	{
	text-align: center;
	margin: 0;
	color: #000;
	}




#content a 	{
	text-decoration: underline;
	color: #000;
	}

hr { border-top: 1px solid #EE8130;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	
	} 

#content
     {
	 font-size: 12px; 
	 margin: 0px 0px 0px 0px;
	 padding: 0px 22px 0px 22px;
     
     min-height: 200px;
     color: #000;
     background: transparent;
     }

+html #content
     {
     margin: 0px 0px 0px 0px;
     height: 200px;
     }


#content h1
     {
	 font-size: 12px;
	 font-weight: bold;
	 
	 margin: 0px 0 10px 0;
	 }

#content h2
     {
	 font-size: 12px;
	 font-weight: bold;
		 
	 margin: 0px 0 0px 0;
	 }



#content ul
	{
	list-style: none;	
	
    margin: 0px 0px 0px 5px;             
    padding: 0px 0px 0px 0px; 
	}

#content ul li
	{
		
	
    margin: 0px 0px 0px 0px;             
    padding: 0px 0px 0px 10px;
	}

.thumb
	{
	margin: 0 10px 0 0;
	}
	
	
/* Framelayout*/

#container
     {
      
     text-align: left;
      margin: 20px auto;
      padding: 0;
      width: 800px;
      
      border: 1px solid #EE8130;
      background: #fff url(img/hint_container.jpg) 0px 30px no-repeat;
      }

#header
     {
    
     height: 130px;
     margin: 0;
      padding: 0;
      background: transparent;
      }

#footer
     {
    border-top: 1px solid #ccc;
    width:100%;
    font-size: 11px;
     float: left;
     margin: 20px 0px 0px 0;
      padding: 5px 0 0 0;
      background: transparent;
      }
      





     
/*Navigation*/  
     
ul#nav1st
	{
	float: left;
	list-style:none;	
    margin: 186px 0 0px 0px;             
    padding: 0 0 5px 0px; 
    background: #EE8130;
    width: 100%;
	}

ul#navfoot
	{
	float: right;
	list-style:none;	
    margin: 0px 0px 0px 0px;             
    padding: 0px 25px 0px 0px; 
	}


ul#nav1st li.hi, ul#navfoot li.hi
	{
	 font-weight: bold;
	}

ul#nav1st li
	{
	float: left;
	
    font-weight: normal;
    font-size: 12px;
    
    
	margin: 0px 0 0 0;             
	padding: 0px 0px 0px 22px; 
	
	}

ul#navfoot li
	{
	float: left;
	
    font-weight: normal;
    font-size: 11px;
    
    
	margin: 0px 0 0 0;             
	padding: 0px 0px 0px 15px; 
	
	}


ul#nav1st li a
	{
    color: #fff;
    text-decoration: none;
	}

ul#navfoot li a
	{
    color: #000;
    text-decoration: none;
	}

ul#nav1st li a:hover, ul#nav1st li.hi a:hover, ul#navfoot li a:hover, ul#navfoot li.hi a:hover
	{
    text-decoration: underline;
	}
	

