html {
	background:#FDF1B8;
	height:100%;
}

body {
	width:90%;
	height:100%;
	margin:auto;
	background:#FDF1B8;
	color:#5A3A22;
	font-family:serif;
	min-width:910px;
	max-width:990px;
}

h1 {
	text-align:center;
	margin:0;
	padding:0;
}

h2 {
	color:#9683EC;
	padding-bottom:0.2em;
	border-bottom:1px solid #9683EC;
}

h3 {
	text-indent:1em;
}

h4 {
	text-indent:2em;
	font-style:italic;
}

form {
	width:80%;
	margin:auto;
}

fieldset {
	border:1px solid #5A3A22;	
}

legend {
	font-weight:bold;
}

dt {
	font-weight:bold;
	margin:10px;
}

dd {
	padding:0.5em;
	border-bottom:1px dotted #5A3A22;
}

img {
	border:0;
}

a {
	color:#723E64;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style-type:none;
	font-family: sans-serif;
}

#container {
	background:#FFFFD4;
	position:relative;
	min-height:100%;
	border-left:1px solid #9683EC;
	border-right:1px solid #9683EC;
}

#header {
	height:150px;
	border-bottom:5px solid #9683EC;
}

ul#nav {
	margin:0;
	padding:0 0 0 10px;
	background:#9683EC;
	height:40px;
}

#nav li {
	height:40px;
	float:left;
}

#nav a {
	height:30px;
	color:#FFFFD4;
	background:#9683EC;
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
	border-left:1px solid #9683EC;
	border-right:1px solid #9683EC;
}

#nav a:hover {
	background:#FFFFD4;
	color:#5A3A22;
}

a#active {
	background:#FFFFD4;
	color:#5A3A22;

}

#content {
	margin:0 20px 0 1em;
	padding-bottom:3em;
}

#content p {
	text-align:justify;
	text-indent:1em;
}

#content li {
	margin:0.5em;
}

#footer {
	border-top:1px solid #5A3A22;
	text-align:center;
	font-size:small;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.h200 {
	min-height:200px;
}

.h200 img {
	border:3px solid #5A3A22;
	margin:0 5px;
}

.center {
	padding-top:40px;
}