body {
	background-color: #ffffff;
	color: #000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin:1em;
	padding:1em;
	background-image: url(bonwit.jpg);
	background-attachment: fixed;
	
}
h1, h2, h3, h4, h5, h6 {
	 font-family: Georgia, Georgia, serif;
	  text-align: center;
	  margin-left:auto;
	  margin-right:auto;
	  color: #7a518b;
}
h1 {
	font-size: 140%;
}
h2 {
	 font-size:130%;
	 }
h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:105%;
}
#main {
	width:90%;
	background-color: #8B7AAF;
	padding:2em;
	min-height:1000px;
}
#nav {
	background-image: url(bonwit.jpg);
	background-repeat: repeat;
	width:128px;
	padding:1em;
	margin-right:1em;
	float:left;
}
#nav ul {
	list-style-type:none;
	background-color: #F0FFF0;
	width:70%;
	margin:0;
	padding:1em 0 1em 0;
}
#nav ul li {
	margin:0;
}
#container {
	margin-left: 170px;
	background-image: url(petunias.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	background-position: 0 0;
	width:580px;
}
#content, #footer {
	color: #000000;
	background-image: url(lilactile.png);
	border: 3px ridge #697c4f;
	padding:0 1em 0 1em;

}
#footer {
	margin:2em 0 0 0;
	text-align: center;
	font-size:80%;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display:inline;
}
#nav {
	width: 80%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	background-image: url(bonwit.jpg);
	background-repeat: repeat;
	width:128px;
	padding:1em;
	margin-right:1em;
	float:left;
	}
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		width:95%;
		}
		
	#nav li {
		border-bottom: 1px solid #5F9EA0;
		margin: 0;
		}
	#nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #228B22;
		border-right: 10px solid #9932CC;
		background-color: #228B22;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #nav li a {
		width: auto;
		}

	#nav li a:hover {
		border-left: 10px solid #8E7BB2;
		border-right: 10px solid #7F9C6C;
		background-color: #DCD4EA;
		color: #000;
		}
		form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #2e8b57;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label {
	display:block;
	width:7em;
	text-align: right;
	margin-right:1em;
	float:left;
}
form br {
	clear:right;
}
fieldset {
	background-color: #fff0f5;
}
legend {
	font-weight:bold;
	background-color:#000;
	color:#fff;
	padding:0 .5em 0 .5em;
	border:2px groove #c0c0c0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
fieldset ol li {
	margin-left:5em;
}