/* C:\Projects\WebSite\Draft\Bob.css */
/* Wednesday, Dec. 22, 2010 3:19 PM */
	body {
		background:#ffffff;
		font-family: "Comic Sans MS";
		font-size: medium;
		line-height: normal;
		text-decoration: none;
/* Position: top, bottom, left, and right */
		margin:0px 0px 0px 0px;
		padding:10px;
		}
	#banner {
		background:#ffffff;
		}
	#leftcontent {
		position: absolute;
		left:10px;
/*		top:161px;			*/
		width:148px;
		background:#ffffff;
		border:0px solid #000;
		}
	#centercontent {
		background:#ffffff;
/*		top:161px;			*/
   		margin-left: 159px;
   		margin-right:1px;
/*		border:1px solid #000;   		*/
		}
	#rightcontent {
		position: absolute;
		right:10px;
/*		top:161px;			*/
		width:0px;
		font-size: medium;
		background:#ffffff;
/*		border:1px solid #000;   		*/
		}
/* What do the following 2 effect? */
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	h1 {
		font-size:14px;
		padding-top:10px;
		}

