body { 	
	background: LightBlue; 
	color: DarkBlue; 
	margin:20px 20px 0px 20px;
	font-family: Helvetica;
}

	
	#main {
		border:1px solid Black; 
		background: White;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
		border-left:1px solid Black; 
		border-bottom:1px solid Black;
		float:right;
		width:230px;
		background: LightSteelBlue;
		margin:0px 0px 10px 10px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:42px;
		padding-top:10px;
		}
	
	#menu p { font-size:14px}
	
</style>
