/* text formatting here */

	body, p {
		font:	10px/1.2 Verdana, Arial, Helvetica, sans-serif;
		background:#FFF;
		padding:0px;
		margin:0px;
		}
	
	a, a:link, a:visited {
		text-decoration:none;
		color:#00F;
		}

	a:hover {
		text-decoration:underline;
		color:#00F;
		}

	a.current {
		color:#000;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	h2 {
		font-size:12px;
		padding-top:10px;
		}
	

/* LAYOUT (positioning and colors) AFTER THIS */

	body {
		margin:20px 20px 0px 20px;
		}
	
	#main {
		border:1px solid #000; 
		background:#fff;
		}

/* 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 #000; 
		border-bottom:1px solid #000;
		float:right;
		width:230px;
		background:#eee;
		margin:0px 0px 10px 10px;
		}
		
	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}
		
	#menu p,#menu h1,#menu h2,#menu a {
		margin:0px 10px 10px 10px;
		}
		
	#menu p { font-size:10px}

