	@import "/css/all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}

	ul	{
		margin-left:0px;
		padding-left:30px;
		}

	li	{
		margin-left:0px;
		padding-left:0px;
		}
	

	#mydate {
		font-size:14px;
		font-weight:bold;
		font-family:serif;
		padding:10px 10px 0px 10px;
		margin:0px 10px 10px 0px;
		}	

	#banner {
		background:#fff;
		height:5em;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;

		margin-top: 0px;
		margin-left: 0px;

		padding: 1em 10px 0px 10px;
		}

	#banner div h1 a {
		color: blue; text-decoration: none
	}		

	#banner div h1 a:hover {
		TEXT-DECORATION: underline;
	}		

	#leftcontent {
		position: absolute;
		left: 10px;
		float: left;
		border-top:10px;

		width:200px;
		height:200px;

		border:1px solid #000;

		background:#fff;
		height: 100%;
		}

	#centercontent {
		position: relative;
		left: 0px;
		top: 0px;

		margin-top: 0px;
   		margin-left: 201px;
		padding-left: 15px;

   		margin-right:0px;
		border:1px solid #000;
		height:auto;
		min-height: 500px;

		background:#fff;
		}
		
		/* playing around to test ie7 features */
/*		#centercontent {
			height:2000px;
			background-color:#CCFF99;
		}
*/
/*	#bogusCentercontent {
		position: absolute;
		left: 212px;
		top: 6em;
		right: 10px;

		height: 500px;
		width: 780px;
		margin-top: 0px;
   		margin-left: 201px;
   		margin-right:0px;
		border:1px solid #000;
		height:auto;
		min-height: 500px;

		border-bottom:1px solid #000;
		border-right:1px solid #000;

		background:#fff;
		}
*/

	#rightcontent {
		position: relative;

/*		right:10px;

		top:0px;
*/		width:200px;
		border:1px solid #000;

		background:#fff;
		}


	#banner h1 {
		font-size:20px;
		padding:0px 0px 0px 0px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
	
