	body { background: #d7e3e8; }
	a img { border: none; }
	#topheader {
		width: 80%;
		margin-left: 12%;
		border-bottom: thin black ridge;
	}
	#topheader p { margin-top: 0; margin-left: 2%; }

	#leftnav {
		float: left;
		width: 20%;
		border-right: thin solid;
		margin-top: 1em;
		margin-left: 1em;
		text-align: center;
	}

	#leftnav ul { list-style-type: none; }
	
	#leftnav li:last-of-type { border-bottom: none; }

	#leftnav li { 
		width: 50%;
		border-bottom: thin solid;
		text-align: center;
		padding: 1em;
		font-weight: bold;
	} 

	#content {
		float: right;
		width: 70%;
	}

	#content h1 {
		font-family: "Monotype Corsiva";
		font-style: italic;
		font-weight: normal;
	}
	
	
	#content h2 { 
		font-size: 1em; 
		text-align: center; 
		padding-top: 0.4em; 
	 }
