a { text-decoration: none;
	color: white;
        	
        	}
        
	#headimg { height: 80px;
			left: 50px;
			top: 20px;
			position: fixed;
			z-index: 101;
			background-color: grey;
			}	
	
	#headtxt {height: 80px;
			font-size: 50px;
			color: white;
			position: absolute;
			z-index: 100;
			background-color: grey;
			width: 100%;
			padding-left: 250px;
			}
		
	#nav
		{	
			color: grey;
			width: 330px;
			position: absolute;
			top: 150px;
			left: 8px;
			font-size:12px;
			font-weight: bold;
			line-height: 2em;
		}
		
	#content
		{
			
			position: absolute;
			top: 150px;
			left: 330px;
			padding-right: 200px;
			font-size: 80%;
		}
		

		
	body { color:  black;
		font-family: "Courier New", sans-serif;
		background-color: grey;
		
		
		}