	body {
		font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		background:#ddd;
		padding:0px;
		margin:10px 10px 5px 10px;
		}
	
	#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-bottom:1px solid #000;
		border-left:1px solid #000; 
		float:right;
		width:120px;
		background:#eee;
		margin:0px 0px 10px 10px;
		}
		
	h1,h2,h3,h4,p,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		}
	
	h2 {
		font-size:14px;
		padding-top:10px;
		}

	h3 {
		font-size:12px;
		padding-top:10px;
		}

	h4	 {
		font-size:12px;
		padding-top:10px;
		}

	#menu p { font-size:10px}
	
		
	a {
		text-decoration:none;
		font-weight:bold;
		color:#c00;
		}		

	a img {
		border: none;
		}

	ol {
		margin-right:40px;
		}
	li {
		margin-bottom:10px;
		}
		
	div.paginator {
		color: #000;
		font-family: Verdana, Tahoma, Helvetica, Arial;
		font-size:x-small;
		font-weight: normal;
		margin:0px 10px 10px 10px;
		text-align: left;
		}

