.head {font:  24pt/26pt Impact,Verdana; color: #000; }
.head2 {font: 18pt/26pt Futura,Verdana; color: #555; }
.nav {position:absolute; top:0; right:0; width:400px; text-align: right; }
h1 {letter-spacing: 12px; }
.external {position: absolute; top: 55px; right: 5px; }

	html {margin: 0;
		padding: 0;}

	body {margin: 0;
		padding: 0;
		background: #123;
		font: 1em/1.7em verdana, arial, sans-serif; }
		
	pre {font: 1.1em/1.7em "andale mono", monospace;}	
	
	#banner {position: absolute;
		top: 0;
		left: 0;
		height:50px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: 3px solid black;
		color: black;
		background: #eeeecc;
		z-index: 5;}		
	body>#banner {position: fixed;}
	
	#banner h1 {margin: 0;
		padding: 5px;}
	
	#tabmenu {color: #000;
		position: absolute;
		top: 48px;
		padding: 0;
		margin: 0;
		z-index: 10;
		left: 15px;}
	body>#tabmenu {position: fixed;} /*Opera and Mozilla*/
	
	#tabmenu li {display: inline;
		overflow: hidden;
		margin:0; 
		border: 0;
		list-style-type: none;}
		
	#tabmenu a, a.active {color: #123;
		background: #abad7f;
		font-size: 12px;
		font-weight: bold;
		border: 3px solid black;
		padding: 2px;
		margin: 0 2px;
		text-decoration: none;}
		
	#tabmenu a.active {background: #eeeecc;
		border-top: 4px solid #eeeecc; z-index: 30;}
		
	#tabmenu a:hover {color: #fff;
		background: #ADC09F;}	
		
	#tabmenu a:visited {color: #123;}
		
	#tabmenu a.active:hover {background: #eeeecc;
		color: #D3DBCB;}
		
	#content {background: #123;
		font: 0.9em "Trebuchet MS", verdana, sans-serif;
		color: white; 
		height: auto;
		text-align: justify;
		padding: 100px 70px 0px 70px;
		z-index: 0;}
		
	#content a {text-decoration: none;
		color: #a8a84f;}
		
	#content a:hover {background: #789; color: #000; }	

	#rightbar {position: absolute;
		top: 100;
		right: 30;
		width: 234;
		padding: 0;
		margin: 0;
		color: black;
		z-index: 1;}		
	body>#rightbar {position: fixed;}

