

/* <style type="text/css"> */
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		
		}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:70px;
		width:200px;
		height:600px;
        background-image: url(/images/grayback.jpg);
		color: #000;
		background #000;
		border:1px solid #000;
		}

	#centercontent {
		background:#000;
   		margin-left: 199px;
   		margin-right:199px;
		color: #999;
		height:600px;
		border:1px solid #000;
				font-size:13px;

		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		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:0px;
		top:70px;
		width:200px;
		height:600px;
		color: #000;
		/* background:#777777; */
		background:#000;
		border:1px solid #000;
        background-image: url(/images/grayback.jpg);
		}
	
	#banner {
		background:#000;
		height:70px;
		border:5px solid #000;
		color: #fff;
		/* background:#808080; */
        background-image: url(/images/lake.jpg);
		voice-family: "\"}\"";
		voice-family: inherit;
		height:69px;
		}
	html>body #banner {
		height:60px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
ul {
font-size:12px;
}		
	#banner h1 {
		font-size:16px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:13px
		}
	#leftcontent p {
		font-size:13px
		}
	#centercontent p {
		font-size:20px
		color: #999;
		}
.insetimage { float: left; background-color: black; color: black;
   }	
/* </style> */
