BODY {background-color: #000000;
      text-align: center;
      color: #FCE796;
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

DIV.logo {background: url(images/banner.gif);
          width: 800;
          height: 150;}
          
#container {width: 800px;
	        height: auto;
	        text-align: left;
	        margin: auto;}
                      
#leftCol {width: 140px;
	      float: left;
	      text-align: left;}
          
#menu {background-image: url(images/lamp.gif);
	   background-repeat: no-repeat;
	   background-position: top left;
	   margin-top: 0;
	   padding-top: 40px; 
	   width: 140px;}
       
#menu ul {list-style: none;}

#menu ul li {margin-bottom: 3px;
	         font-size: 16px;
	         font-weight: bolder;	
	         text-align: right;
	         text-indent: 0;
	         margin-left: 0;}
             
#menu ul li a {color: #725700;
	           text-decoration: none;
	           text-align: right;
	           margin-right: 20px;}
               
#menu ul li a:hover {color: #FCE796;
	                 text-decoration: none;}

#content {margin-left: 140px;
	      font-size: small;}
          
#content a {color: #725700;
	        text-decoration: none;}
               
#content a:hover {color: #FCE796;
	              text-decoration: underline;}
                    
#news {width: 150px;
       background-color: #000000;
	   color: #FCE796;
	   height: auto;
	   padding: 2px;
	   font-size: 12px;
	   border: 1px #FF0000 solid;}
       
#news a {color: #725700;
         text-decoration: none;} 
               
#news a:visited  {color: #725700;
            text-decoration: none;}
                  
#news a:hover    {color: #FCE796;
            text-decoration: underline;}
            
#counter {margin-left: 500px;}

            
