	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#header {
		background:#fff;
		height:84px;
		width:639px;
/*		border-top:1px solid #000;		*/
/*		border-right:1px solid #000;	*/
/*		border-left:1px solid #000;		*/
/*		border-bottom:1px solid #000;	*/
		}
		

	#navigation {
		position: absolute;
		left:10px;
		top:136px;
		width:149px;
		background:#fff;
/*		border:1px solid red;		*/
		}

	#centercontent {
		position: absolute;
		top:136px;
		background:#fff;
   		margin-left: 155px;
   		width: 37em;
/*		margin-right:225px; 		*/
/* 		border:1px solid #000;		*/
   		
		color: black; 
		font-size: 10pt;
		font-family: copperplate gothic light
	}

		p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	b {
		font-family: "copperplate gothic bold"
	}
