body {
		margin:0px 0px 0px 0px;
		width:850px;
		background:#CCCCFF;
		}
	
	#main {
		
		
		font-size:1.2em;
		line-height:1.3em;
		width:800px;
		}

/* 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. */

 #menu {
		
		position:absolute;
		top:20px;
		left:550px;
		width:200px;
		height:340px;
		margin:0px 10px 0px 20px;
		}
		
	
	
	#table {
		padding-left: 3%;
		}
		
	#footer {
		clear:both }
	
	a:link {
	color:blue;
	}
	
	a:visited {
	color:green;
	}
	
	a:hover   {
	color:red; font-style:italic;
	}