		body {
		margin:0px 0px 0px 0px;
		}
	
	#main {
		border:0px solid #000; 
		background:#d9d4d4;
		}

/* 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 #header {
		border-bottom:5px solid #641814;
		float:top;
		width:1024px;
		height:169px;
		margin: 0 auto;
		background:#FFFFFF;
		}

	#main #content {
		width:1024px;
		margin:0 auto;
		background:#FFFFFF;
		}

	#main #content #menu {
		border-right:5px solid #641814; 
		border-bottom:0px solid #641814;
		float:left;
		width:230px;
		height:100%;
		background:#FFFFFF;
		margin:0px 0px 10px 0px;
		}

	#main #content #text {
		background:#FFFFFF;
		margin-left:230px;
		height:100%;
	}
		
	p,h1,pre {
		margin:0px 10px 10px 15px;
		line-height: 140%;
		}
		
	h1 {
		font-size:20px;
		padding-top:10px;
		}
	