	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		}
	
	#frame {
		width:765px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#submenu {
	width:165px;
	float:left;
	background:#fff;
	height: 250px;
		}
	
	#menu {
	width:600px;
	padding:0px;
	float:left;
	background:#fff;
	height: 86px;
		}
	#contentcenter {
	width:600px;
	padding:0px;
	float:left;
		}
#contentcenter a:link, #contentcenter a:visited, #contentcenter a:active, #contentcenter a:hover {
	color: #000000;
}
	#headerleft {
	width:165px;
	padding:0px;
	float:left;

		}


	
	#headerright {
	width:600px;
	padding:0px;
	float:left;
	background:#fff;
	margin-left: 0px;
		}
	
	/*
	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	*/
	#contentheader {
		background:#fff
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
/*	#contentright p { font-size:10px}  */
	
#submenufiller {
	padding:0px;
	float:left;
	background:#fff;
	height: 150px;
	width: 165px;
}
