	body {
		width: 870px;
		margin: auto;
		padding: 0px;
		background: #000000;
		font: 14px Lucida Console, Monaco5, monospace;
		color: #00aa00; }

	pre {text-indent: 30px}

	#container {
		text-align: center;
		width:843px;
		height:100%;
		margin-top: 10px;
		margin-bottom: 10px;
		height:100%;
		}
	
	#tabmenu {
		color: #000000;
		border-bottom: 1px dotted #00bb00;

		margin: 11px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #000000;
		background: #00bb00;
		font: bold 1.2em Lucida Console, Monaco5, monospace;
		border: 1px dotted #00bb00;
		padding: 5px 8px 0px 8px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		color: #880000;
		background: #000000;
		border-bottom: 3px solid #000000; }
		
	#tabmenu a.active:visited {
		color: #880000;
		background: #000000;
		border-bottom: 3px solid #000000; }

	#tabmenu a:hover {

		background: #000000; 
		color: #ffffff;
		border: 1px dotted #00bb00;
		border-bottom: 2px solid #000000;}

	#tabmenu a:visited {
		color: #000000; 
		}
	#tabmenu a:visited:hover {
		color: #ffffff; 
		}
		
	#tabmenu a.active:hover {
		background: #000000;
		color: #cc0000; }

	#content {font: 0.9em/1.3em Lucida Console, Monaco5, monospace;
		text-align: center;
		background: #000000;
		border: 1px dotted #00bb00;
		border-top: none;
		padding-top:10px;
		height:1000px;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		font-weight:bold;
		color: #00ff00;
		}

	#content a:hover { 
		color: #006600;
		}
		
	#header {

		width:600px;
		margin: auto;
		margin-top:20px;
		margin-bottom:20px;

		}
		
	#contentleft {

		width: 400px;
		padding: 0px 10px 10px 10px;
		float:left;
		text-align: justify;
	}
	
	#contentright {

		width: 400px;
		padding: 0px 10px 10px 10px;
		float:right;
		text-align: justify;
		border-left: 1px dotted #00bb00;
		height:100%;
	}
	
	h1 {
		font: bold 2em Lucida Console, Monaco5, monospace;
		color:#cc0000;
	}
	
	h2 {
		font: bold 15px Lucida Console, Monaco5, monospace;
		color:#880000;
	}