body {
		margin:3px 3px 3px 3px;
		padding:0px;
		background: #000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	
	a:link { color: #FFFFFF; font-weight:bold}
	a:visited { color: #0000FF; font-weight:bold}
	a:hover { color: #FFFF00; font-weight:bold}
	a:active { color: #FFFF99; font-weight:bold}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:200px;
		width:200px;
		background:#000;
		border:1px solid #000;
		}

	#centercontent {
		background:#000;
		border:1px solid #000;
		padding:2px;
   		margin-left: 205px;
   		/*margin-right:201px;*/
		}
	html>body #centercontent {
   		margin-left: 201px;
   		/*margin-right:201px;*/
		}

	#rightcontent {
	position: absolute;
	right:10px;
	top:253px;
	width:218px;
	background:#000;
	border:1px solid #000;
	left: 697px;
		}
	
	#banner {
		background:#000;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		/*height:39px;*/
		}
	html>body #banner {
		/*height:39px;*/
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		font-color:#DDFB83;
		padding-top:10px;
		}
	
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
/* thanks to glish.com and bluerobot.com and thenoodleincident.org and w3schools.com*/
