body {
	margin: 0px;
	color: #333;
	font-family: "Verdana";
	font-size: 13px;
	background: #c6dae0;
}

p {
	background: #fff;
	padding: 0.3em;
}

h2, h3, h4 {
	background: #fff;
	font-family: "Georgia";
	padding: 0.1em;
}

a {
	color: #870007;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #c6dae0;
	border: none;
}

a:visited {
	color: #c6dae0;
	border: none;
}

ul {
	padding: 0px;
	margin: 1em 0px 0px 0px;
	border: 0px;
	list-style-type: none;
	list-style-position: outside;
}

img {
	width: 38em;
	padding: 0px;
	margin: 0px;
}

.img-link img {
	margin: 0px;
	padding: 0px;
	border: 1px dotted #870007;
}

.img-link:hover img {
	border: 1px solid #870007;
}

.img-link:visited img {
	border: 1px dotted #c6dae0;
}

.thumbs a img {
	width: 10em;
        border: 1px dotted #870007;
}
.thumbs a:hover img {
        border: 1px solid #870007;
}
.thumbs a:visited img {
        border: 1px dotted #c6dae0;
}


.retain {
	width: auto;
	border: none;
}

.header {
	position: absolute;
	left: 1em;
	top: 0.5em;
	z-index: 1;
	font-size: 24px;
	font-family: "Georgia";
	font-weight: bold;
	background: #fff;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

.background {
	position: absolute;
	top: 4em;
	left: 4em;
	width: 56.2em;
	height: 60em;
	border-top: 0.3em solid #870007;
	border-left: 0.3em solid #870007;
	z-index: 0;
}

.content {
	position: absolute;
	top: 5.5em;
	left: 5.5em;
	width: 42em;
	margin: 2em;
	z-index: 1;
}

.menu {
	position: absolute;
	left: 52.5em;
	top: 5.5em;
	z-index: 2;
}

.buttons li {
	width: 8em;
	height: 1.5em;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.buttons li:hover {
	background: #2f5a84;
}

.buttons a {
	display: block;
	height: 100%;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 0.5em;
}

.buttons a:hover {
	color: #ffffff;
}

#active-button {
	background: #2f5a84;
	width: 9em;
}

#active-button a {
	color: #ffffff;
}

#active-sub {
	background: #2f5a84;
}

#active-sub a {
	color: #ffffff;
}
