body {
	margin: 0;
	padding: 0;
	background-color: #825F00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /* this line is a hack for an older version of IE; it works with the "wrapper" div */ 
	}
h1 {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 48px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	}
#wrapper {
	width: 550px;
	margin: 20px auto;  /* this line centers the wrapper, except in some old version of IE */
	text-align: left;   /* this line counteracts the hack in the body declaration */
	border: 3px solid #FFD25A; /* you do not need to keep the border */
	}
#nav {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFD25A;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li{
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 5px 0 0 0;
	}
#nav a{
	padding: 0 20px 5px 20px;
	margin: 0px;
	}
#nav a:link, #nav a:visited, #nav a:active {
	color: #825F00;
	text-decoration: none;
	}
#nav a:hover {
	background-color: #CA9402;
	text-decoration: none;
	}
#inactive-link {
	border-right: 2px solid #ca9402;
	border-left: 2px solid #ca9402;
	padding: 0 20px 5px 20px;
	margin: 0px;
	color: #FFD25A;
	background-color: #CA9402;
	}
#main-box {
	background-color: #CA9402;
	}
#main-text {
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	color: #FFF0C8;
	line-height: 135%;
	}

