@import url(all.css); /* just some basic formatting, no layout stuff */
	
	body  { background-color: yellow; margin: 10px 10px 0; padding: 0 }
	
	#leftcontent     { background: yellow; position: absolute; top: 50px; left: 10px; width: 200px; border-color: transparent }

	#centercontent        { font-size: small; background: yellow; margin-right: 201px; margin-left: 201px; border-color: transparent; voice-family: inherit       }
	html>body #centercontent   { font-size: small; margin-right: 201px; margin-left: 201px }

	#rightcontent     { background: yellow; position: absolute; top: 50px; right: 10px; width: 200px; border-color: transparent }
	
	#banner   { background: yellow; height: 39px; border-style: none; border-width: 1px 1px medium; border-color: #000 #000 ; voice-family: inherit  }
	html>body #banner   { background-color: yellow; height: 39px; border-width: 12px }
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1  { padding-top: 10px }
	
	p  { font-size: small }
	h2 {}
	h3 {}
	h4 {}
	h5 {}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p  { }
