﻿    *		{ margin:0px; padding: 0px; }
	option	{ padding-left: 0.4em}	
	html	{ height: 100% } 
	body	{ min-height: 101%;	
	          font-size: 100.01%; 
	          position: relative;	
	          color: #333333; 
	          background: #737425 url(/img/bg.jpg) repeat-x; 
	          text-align: left; 
	          font-family: Arial,Helvetica,sans-serif; 
	          font-size: 12px; 
	          line-height: 20px; } 
	fieldset, img { border:0; }
	select, input, textarea { font-family: Arial,Helvetica,sans-serif; font-size: 99%; }
	
	h1 { font-size: 16px; color: #737425; }
	a  { color: #737425; }
	p  { margin: 5px 0px 10px 0px; }
	
	#wrapper {  width:800px; 
	            margin-left:auto; 
                margin-right:auto;
	           }
    #header { background: url(/img/logo_bg.jpg) no-repeat; 
              width:800px; 
              height:219px;
              text-align: right;
               }
    #navigation 
    {
        height: 219px;
        padding: 200px 20px 0px 0px;
        font-size: 12px;
        font-weight: bold;
        }           
    #navigation a 
    {
        padding: 2px;
        text-decoration: none;
        }
    #navigation a:hover,
    #navigation a:active
    {
        color: #e0da6a;
        background-color: #737425;
        }
               
    #content { background-color: white;
               width: 710px;
               min-heigt:300px;
               margin-left: 50px;
               padding:20px; } 
               
   #footer { background: url(/img/footer.jpg) no-repeat;
             height: 19px;
             width: 730px;
             margin-left: 50px; 
             text-align:right;
             padding-right: 20px;
             color: #333333;
             font-size: 10px; }
  
  .description 
  {
    padding: 5px 0px 10px 5px;
    font-size: 10px;
    }     
