body {
	margin: 0;
	padding: 0;
	background-color: #B5A863;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;  /* this line is a hack for an older version of IE; it works with the "wrapper" div */ 
	}
#wrapper {
	width: 750px;
	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: 1px solid #F8CE6A; /* you do not need to keep the border */
	background: #F4E6C3;
	}
h1 {
       font-size:24px;
	}
h2 {
       font-size:18px;
	}
h3 {
       font-size:14px;
	}
p {
       line-height:1.5em;
       }
#nav {
	background-color: #D95032;
	font-size: 12px;
	color: #F8CE6A;
	height: 34px;
	margin: 0;
	padding:0;
	width: 750px;
	}
#nav ul {
       padding:0;
       margin:0;
	}
#nav ul li {
      list-style-type: none;
      float:left;
	text-align:center;
	color:#F8CE6A;
	}
#nav ul li a {
	text-decoration: none;
	color: #F8CE6A;
	display: block;
	padding: 10px 0;
	width: 250px;
	}
#nav ul li a:visited {
	text-decoration: none;
	color: #F8CE6A;
	}
#nav ul li a:active {
	text-decoration: none;
	color: #F8CE6A;
	}
#nav ul li span {
	background-color: #F4E6C3;
	color: #D95032;
	padding: 10px 0;
	display: block;
	width: 250px;
	}
#nav ul li a:hover {
	background:#BF3434;
	color:#F8CE6A;
	}
#inactive-link {
	margin: 0;
	padding: 0;
	}
#main-box {
	clear: both;
	background-color: #F4E6C3;
	}
#main-text {
	margin: 0;
	padding: 20px;
	font-size: 12px;
	}