		body {
			font: 100% tahoma, arial, sans-serif;
			margin: 0;
			background: #080808;
			padding-top: 50px;
			border: 0;
			
			color: #000;
		}
		
		body a:link,body a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		
		body a:hover,body a:focus {
			color:#CD6600;
			text-decoration:none;
		}
			
		h1, h2 {
			margin: 0;
			
		}
		
		#header {
			background: #080808 url(top.jpg);
			background-repeat: no-repeat;
			height: 264px;
			text-shadow:#404040 3px 3px 8px;
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			z-index:3;
						
		}
		
		#headertext {
			position:absolute;
			text-shadow:#404040 3px 3px 8px;
			top:20px;
			left:425px;
			z-index:3;
		}
		#headerimg {
			position:absolute;
			top:-15px;
			left:500px; 		
			z-index:4;
		}				
		
		#nav {
			position: absolute;			
			text-align: center;
			margin-top: 160px;
			margin-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			color: #E0E0E0;
			z-index:3;
		}
		
		a:link{
			color:#fff;
			text-decoration:none;
		}
		
		a:visited {
			color:#fff;
			text-decoration:none;
		}
		
		a:hover{
			color:#CD6600;
			text-decoration:none;
		} 

		a:focus {
			color:#CD6600;
			text-decoration:none;
		}
		
		.class2 a:link {text-decoration: underline}
		.class2 a:visited {text-decoration: underline}
		.class2 a:active {text-decoration: underline}
		.class2 a:hover {text-decoration: underline; color:#CD6600;}

		#contentL {
			position:absolute;
			margin-left: 5%;
			margin-right: 55%;
			margin-top: 250px;
			text-align:justify;
			background: #080808;
			color: #fff;
			
			padding-bottom:1px;
			z-index:2;
		}

		#contentR {
			position:absolute;
			margin-left: 50%;
			margin-right: 5%;
			margin-top: 250px;
			text-align: justify;
			background: #404040;
			color: #fff;
			padding: 1em;
			z-index:2;
		}
				
		#contentC {
			margin-top: 250px;
			margin-left: auto;
			margin-right: auto;
			width: 62em;
			text-align: justify;
			padding: 3px 3px;
			color: #fff;
			
		}

		#footer {
			background: #080808;
			margin-top:50px;
			margin-left:auto;
			margin-right:auto;
			/*height: 50px;
			bottom: 0px;
			width:100%;*/
			z-index:3;
			}
		
		#footer p {
			color:#404040;
			text-align:left;
		}
		ul {
			list-style-type:none;
		}
	
