	body {
		margin: 	0;
		padding:	0px;
		background: #fff;
		color:		#000;
		}
		#leftcontent {
		position: absolute;
		left: 0px;
		top:166px;
		width:203px;
		background:#363;
		font-family: verdana, sans-serif;
		color:#F90;
		border-bottom:2px dashed #000;
		border-right:2px dashed #000;
		padding-top: 20px;
		}
	#leftcontent span
		{
		background: inherit;
		color: #999966;
		font-variant: small-caps;
		font-size: 120%;
		font-weight: bold;
		}
	#leftcontent A:link
		{
		background: inherit;
		color: #FFC;
		font-weight: bold;
		}
	#leftcontent A:active
		{
		background: #003300;
		color: #FFC;
		font-weight: bold;
		}
	#leftcontent A:visited
		{
		background: inherited;
		color: #CC6;
		font-weight: bold;
		}
	#centercontent {
		background: #FFC;
		color:#000;
   		border-top:2px dashed #000;
		border-bottom:3px double #000;
		font-family: georgia, serif;
		font-size: 14px;
		margin-left: 201px;
   		margin-right:201px;
		}
	body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}
	#rightcontent {
		position: absolute;
		right:0px;
		top:166px;
		width:203px;
		background:#363;
		color:#ffc;
		border-bottom:2px dashed #000;
		border-left:2px dashed #000;
		padding-top: 20px;
		}
	#banner {
		background:#ffc;
		color: #000;
		border-top:1px solid #000;
		padding: 5px;
		}
		#banner2 {
		background:#363;
		color: #000;
		border-bottom:1px dotted #000;
		padding: 5px;
		}
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	h1 {
		font-size:14px;
		padding-top:20px;
		}
	#banner h1 {
		font-size:20px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	#rightcontent p {
		font-size:10px
		}
