


/* layout */

body {
	background-image: url("/img/ground/bg.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	padding: 14px;
	background-color: #513117;
	color: #BCB486;
}

.hires {
	display: block;
	padding: 20px;
	background-color: #513117;
}


/* text */

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #F6F1D6;
	text-align: left;
	vertical-align: top;
}

.excerpt {
	line-height: 22px;
	font-size: 15px;
	font-weight: normal;
	color: #F6F1D6;
}

.centerblock {
	display: block;
	font-variant: small-caps;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
}

.excerpthead {
	letter-spacing: 3px;
	font-size: 16px;
}

.copyright {
	color: #858270;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
	padding: 70px 0 160px 0;
}

.small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}




/* links */

a, a:active, a:visited {
	color: #E0E986;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.chapters, a.chapters:active, a.chapters:visited {
	color: #91D2E9;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.chapters:hover {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

