<!--
a:link {color: #ff8000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #ff0000; text-decoration: underline; }
a:hover {color: #ff8000; text-decoration: none; }
-->
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#000;

		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:270px;
		width:200px;
		background:#000;
		
		}

	#centercontent {
		background:#000;
   		margin-left: 199px;
   		margin-right:199px;
		
		/*
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:270px;
		width:200px;
		
		
		}
	
	#banner {
	
		height:250px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:250px;
		}
	html>body #banner {
		height:250px;
		}
		
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		color:white;
		}
		
	h1 {
		font-size:14px;
		padding:10px 10px 10px 30px;
		
		}
		
		
		
		
#centercontent h1 {
		font-size:14px;
		padding:10px 10px 10px 125px;
		margin:0px;
		}


	
	#rightcontent p {
		font-size:10px
		}