	@import "all.css"; /* just some basic formatting, no layout stuff */
	body {
		text-align:center;
		font-family: verdana, 'sans serif';
		font-size: 14px;
		background: #fff;
		}

	a:link { text-decoration: underline; color: #0000C0 }
	a:visited { text-decoration: underline; color: #ff0000 }
	a:active { text-decoration: none;  color: #00ff00 }
	a:hover { text-decoration: none; color: #008080 }
	
	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		border:1px solid #000;
		text-align:left;
		background:#F7E689
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#F7E689
		}
	
	#contentcenter {
		width:300px;
		padding:10px 0px 35px 0px;
		float:left;
		background:#F7E689
		}
	#contentcenter p { font-size:10px}
	
	#contentright {
		width:175px;
		padding:10px 0px 10px 0px;
		float:left;
		background: #E79599; url(images/wall-grey.jpg);
		}
	
	#contentheader {
		background:#F7E689
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

	h3 {
		font-family: verdana, 'sans serif';
		font-size:8px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}