body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #726D75;
	line-height: 1.5em;
	text-align: justify;
}

/* layout positioning */

#container {
	width: 570px;
	padding: 0 0 24px 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	color: #726D75;
	border: none;
}

#header {
	height: 350px;
	padding: 0;
	margin: 0;
	background: #ffffff url(title.jpg) no-repeat top left;
	color: #726D75;
	z-index: 1;
}

#navigation {
	position: relative;
	top: 325px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	z-index: 4;
	text-align: center;
}
#content {
	width: 550px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 530px; /* actual value */
	padding: 0 24px 5px 24px;
	margin: 0;
}
html>body #content {
	width: 530px;
}
#footer {
	width: 570px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 530px; /* actual value */
	padding: 0;
	margin: 0 24px;
	background: #FFFFFF;
	color: #5b5b5b;
	text-align: center;
}
html>body #footer {
	width: 530px;
}

/* navigation dropdown behaviour and appearance */

#navigation a {
	font-weight: bold;
	color: #A2AC84;
	text-decoration: none;
}
#navigation a:visited {
	color: #A2AC84;
}
#navigation a:hover {
	color: #726D75;
}
#navigation a:active {
	color: #5b5b5b;
}


/* general appearance */

.box {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
.box h3 {
	margin: 0;
	padding: 0.1em 5px;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #A2AC84;
	background: #FFFFFF;
	border-bottom: 1px dashed #A2AC84;
}
.gutter {
	padding: 4px;
}
ul {
	list-style: none;
	padding: 2px;
	margin: 2px;
}
h1 {
	letter-spacing: 4px;
	font-size: 130%;
	font-variant: small-caps;
}
h2 {
	letter-spacing: 2px;
	font-size: 120%;
	font-variant: small-caps;
}
h3 {
	font-family: Verdana, Helvetica, Serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
	margin: 0;
}
h4 {
	font-weight: bold;
	color: #726D75;
	font-size: 11px;
	text-transform: uppercase;
}
h5 {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
a {
	color: #011554;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #011554;
}
a:hover {
	color: #A2AC84;
}
a:active {
	color: #5b5b5b;
}
blockquote {
	font-style: italic;
	border-left: 1px solid #A2AC84;
}