html {
	background:#723E64;
	height:100%;
}

body {
	width:80%;
	height:100%;
	margin:auto;
	background:#FFF0BC;
	color:#5A3A22;
	font-family:sans-serif;
	min-width:900px;
	max-width:990px;
}

h1 {
	text-align:center;
	margin:0;
	padding:0;
}

h2 {
	border-bottom:1px dotted #5A3A22;
	letter-spacing:0.2em;
}

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;
}

table {
	border:1px solid #5A3A22;
	border-collapse:collapse;
	width:100%;
}

th {
	border:1px solid #5A3A22;
	padding:0.5em;
}

td {
	border:1px solid #5A3A22;
	text-align:center;
}

#container {
	background:#FFF0BC;
	position:relative;
	min-height:100%;
}

#header {
	height:150px;
	border-bottom:1px solid #5A3A22;
}

#nav {
	background:#C067A8;
	margin:0;
	padding:60px 0 0;
	float:left;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav a {
	color:#FFF0BC;
	background:#C067A8;
	display:block;
	padding:10px 5px;
	text-decoration:none;
	border-bottom:1px solid #FFF0BC;	
}

#nav a:hover {
	background:#FFF0BC;
	color:#5A3A22;
	border-bottom:1px solid #5A3A22;
}

a#active {
	background:#FFF0BC;
	color:#5A3A22;
	border-bottom:1px solid #5A3A22;
}

#content {
	margin:0 20px 0 13em;
	padding-bottom:3em;
}

#content p {
	text-align:justify;
	text-indent:1em;
}

#content li {
	margin:0.5em;
}

#footer {
	border-top:1px dotted #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;
}