body {
	margin:20px 20px 0px 20px;
	font-family: calibri, cambria, georgia, verdana;
	}
	
#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;
	}
	
	
h1 {
	margin:0px 10px 10px 10px;
	font-size:18px;
	padding-top:10px;
	}
h1 b {
	color:#fff;
	background:#000;
	padding:10px;
	}

h2 {
	margin:40px 10px 10px 10px;
	font-size:16px;
	background:#eee;
	}


#main #menu p { 
	margin:0px 10px 10px 10px;
	font-size:11px;
	}
	

#main #menu h1 {
	color:#000;
	}

#main p {
	margin:0px 10px 10px 10px;
	font-size:14px;
	text-align:justify;
	line-height:25px;
	}

p.note{
	color:#9b8d8b;
	}

img {
	border: 1px solid #660066;
	}


a:link, a:hover, a:active {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color:#ccc;
	}
