body {
	margin: 0px 0 10px;
	text-align: center;
	color: #6F543F;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding: 0;
	background: white url(/images/background.gif) repeat-x left top;
}
div#container {
	width: 540px;
	margin: 0 auto;
	border: 2px dotted #804000;
	padding: 20px;
	text-align: left;
}
div#container a {
	color:  #804000;
}
h1 {
	display: none;
	font-size: 36px;
	line-height: 40px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
h2, h3 {
	color: #666;
	background: url(./images/p-background.gif);
	border-right: 6px solid #804000;
	border-bottom: 1px solid #804000;
	border-top: 1px solid #804000;
}
dl {
	font-weight: bold;	
}
dd {
	color: #804000;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px dashed #A66339;
	background: url(/images/p-background.gif) repeat left top;
	padding: 5px 10px;
}
dt {
	margin-bottom: 20px;
}	
em {
	color: #804000;
	font-weight: bold;
}
#container li {
	background: url(./images/p-background.gif) repeat-x;
	text-indent: 14pt;
	margin-left: -25px;
	margin-bottom: 4px;
	color: #804000;
	margin-right: 260px;
	font-weight: bold;
}
div#header {
	background: url(./images/header.jpg) no-repeat;
	margin: 0 auto;
	width: 580px;
	height: 400px;
}
/* Navigation */
div#navcontainer {
	width: 100%;
}
ul#navlist
{
	position: relative;
	top: 350px;
	left: 160px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background: #6A513D;
}

#navlist a:hover
{
	color: #6A513D;
	text-decoration: none;
	background: #DAAD90;
}
/* End Navigation */
a img {
	border: none;
}
div#footer {
	margin: 5px auto 5px auto;
	color: #fff;
	text-align: center;
	background: #888D78;
	width: 536px;
	padding: 1px 21px 1px 21px;
	}
div#footer p {
	display: inline;
}
div#footer p#valid {
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
div#footer p a{
	color: #fff;
}

