html {
	  margin: 0;
	  padding: 0;
	  }
	  
body {
	  color: #ffebcd;
	  background-color: #606060;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1em;
	  }	 
	  
#container  {
	         width:  800px;
	         height: 2600px;
	         margin: 3% 0 5% 10%;
	         border: solid 0.5px #d8d8d8;
	         padding: 1%;
	         background-color: #000;
	         	         }	   
	  
h1,h2,h3,h4,h5,h6 {
	               font-family: Georgia, serif;
	               font-weight: lighter;
	               color: #ff0000;
	               }	

.top {
	  float: left;
	  margin: 0;
	  }	 
	  
.subtop {
	  float: left;
	  margin: 0;
	  }	 	               
	               
.hed {

	  font-size: 2.2em;
	  }	                 
	  

	         
#navrail {
	      float: right;
	      margin: 0 8% 0 0;
	      }
	      
#navrail a:link {
	    font-size: .90em;
	    text-decoration: none;
	    color: #a0a0a0;
	    }
	    
#navrail a:visited {
	    text-decoration: none;
	    color: #a0a0a0;
	    }
	    
#navrail a:hover 
        {
	    text-decoration: underline;
	    color: #fff;
	    }	    	    	      
	         
   
	      
	   
#main  {
	    float: left;
	    width: 95%;
	    height: 2800px;
	    margin: 0 0 0 0;
	    }
	    
	    
#main p {
	    font-size: .88em;
	    line-height: 160%;
	    }
	    
#main a:link {
	    text-decoration: none;
	    color: #4682b4;
	    }
	    
#main a:visited {
	    text-decoration: none;
	    color: #4682b4;
	    }
	    
#main a:hover {

	    text-decoration: underline;
	    color: #ff4500;
	    }	    	    	      

	    
#main h1  {
	         font-size: 310%;
	         }	
	         
	         	         
#refrail {
	      float: left;
	      width: 20%;
	      height: 17%;
	      padding: 3% 3% 3% 0;
	      }
	      
#refrail a:link {

	    font-size: .96em;
	    text-decoration: none;
	    color: #a0a0a0;
	    }
	    
#refrail a:visited {

	    text-decoration: none;
	    color: #a0a0a0;
	    }
	    
#refrail a:hover {
	    text-decoration: underline;
	    color: #fff;
	    }	    	    	      

	         
hr {
	width: 45%;
	}    
	    	    	      	         	  
.right {
	      float: right;
	      padding: 3% 0 3% 3%;
	      }	
	      
.left {
	   float: left;
	   padding: 3% 3% 3% 0;
	   } 	          	      	         	  