html {
	  margin: 0;
      padding: 0;
      }
      
body {
	  color: #ffebcd;
	  background-color: #606060;
	  font-size: 1em;
	   }
	  
h1,h2,h3,h4,h5,h6  {
	                font-family: Georgia, serif;
	                font-weight: lighter;
	                color: #ff0000;
	                }
	                
.header {
	     float: right;
	     margin: 0 24% 0 0;
	     font-size: 2em;
	     font-family: Georgia, serif;
	     color: #ff0000;
	     }	                	  
	  
#container {
	        width: 860px;
	        height: 1200px;
	        margin: 2% 0 0 10%;
	        padding: 8px;
	        border: solid 0.5px #d8d8d8;
	        background-color: #000;
	  	        }
	        
	        
#banner  {
	       margin: 0;
	       width: 95%;
	       height: 15%;
	       padding-bottom: 5px;
	       border-bottom: thin dotted #808080;
	        	       }
	        	       
a:link {

	    font-size: 1.02em;
	    font-weight: bold;
	    text-decoration: none;
	    color: #87ceeb;
	    }
	    
a:visited {

;
	    font-weight: bold;
	    text-decoration: none;
	    color: #87ceeb;	
	    }	
	    
a:hover {


	    font-weight: bold;
	    text-decoration: underline;
	    color: #ff8c00;
	    } 
	        	       
	       
#log   {
	    float: left;
	    width: 34%;
	    height: auto;
	 	margin: 2% 0 0 3%;
	 	font-size: .82em;
	 	   }
	 	   
#log ul li {
	        margin-bottom: 10px;
	        list-style-type: none;
	        }
	        
#log h2 {
	     text-align: center;
	     text-decoration: underline;
	     font-size: 210%;
	     }	        
	        
	    
#navrail {
	      float: right;
	      margin: 0 4% 0 0;
	      }
	      
#navrail ul li {
	            display: inline;
	            }	      	    	        	        	 	   
	    
#main {
	   float: right;
	   margin: 7% 14% 0 0;
	   width: 42%;
	   height: auto;
	   	   }
	   	   
#main p {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 130%;
	font-size: .88em;
	     }	   	   	    	       	            	        