<style type="text/css">

	@import "all.css"; 
	
	a:link { color: #999966; text-decoration: none }
	a:active { color: red; text-decoration: none }
	a:visited { color: #999966; text-decoration: none }
	a:hover { color: #000000; text-decoration: underline }
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#CCCC99;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:101px;
		width:180px;
		background:#FFFFCC;
		border:1px solid #000;
		}

	#centercontent {
		background:#FFFFCC;
		margin-left:199px;
   		margin-right:199px;
		border:1px solid #000;
		
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left:201px;
   		margin-right:50px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#banner {
		background:#999966;
		height:40px;
		border:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	h2 {
			font-size:16px;
			padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	
	
</style>