	body {
		margin:20px 20px 0px 20px;
		}
	
	#main {
		background:#fff;
		text-align: justify;
		font-size:12px;
		padding:15px;
		}

/* 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 {
		float:right;
		width:320px;
		margin:0px 0px 10px 10px;
		text-align: center;
		}
		
	#main #menu img { border: 1px black solid; margin-left:2px; padding: 5px; margin-bottom:5px; }
	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#menu p { font-size:10px}
	
	a {
	text-decoration:none;
	font-weight:bold;
}

a:link { color:#fff }
a:visited { color:#fff; }
a:active { color:#fff; }
a:hover { color:#ffff00; }

#main a { text-decoration:underline; font-weight:bold; color:#333333; }

#outer3 {
  border: 1px solid black;
  background-color: #6699CC;
  margin: 4px;
  width: 610px;
}
#outer2 {
  border: 1px solid black;
  background-color: #003399;
  margin: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

#outer {
  border: 1px solid black;
  background-color: #6699CC;
  padding: 5px;
}
#inner {
  border: 1px solid black;
  background-color: white;
  color: black;
}
#space p {padding: 1px 1px 1px 1px }


#image2, #image3 {border:1px solid black; padding: 5px; }
#image2 { float:left; margin:5px 15px 5px 0px; }
#image3 { float:right; margin:5px 0px 5px 15px; }
