	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-size:11pt;
		}
	
	#container {
		position: relative;
	}
	#left {
		position: absolute;
		left:10px;
		top: 10px;
		width:250px; 
		background:#fff;
		}

	#center {
		background:#fff;
   		margin-left: 261px;
   		margin-right:0px;
		}
	html>body #center {
   		margin-left: 261px;
   		margin-right:0px;
		}

	#right {
		position: absolute;
		right:10px;
		top:80px;
		width:200px;
		background:#fff;
		}
	
	#header {
		background:#fff;
		border-bottom:1px solid #000099;
/*		min-height:79px; */
		}
	html>body #header {
/*		min-height:79px; */
		}
	p {
		margin-bottom: 0.5em;
	}
/*		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#header h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
*/	
	#right p {
		font-size:10px
		}
	#bottom {
		margin-top: 0.5em;
		padding-top: 0.5em;
		clear: both;
	}
