@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#wrapper {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 800px;
	background-color: #CCCCCC;
	outline: none;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 800px;
	position: relative;
	top: 0px;
	z-index: 1;
	outline: none;
}
a:hover {
	border: none;
}
#content {
	color: #d1cdb5;
	width: 600px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	text-align: left;
	height: auto;
	margin-top: 42px;
}
.blankHeader {
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
}
.linedHeader {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: lighter;
	color: #85752a;
	font-style: normal;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: lighter;
	text-align: justify;
	color: #d1cdb5;
	line-height: 1.2;
}
h2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 100%;
	color: #b1a08c;
}
.linkStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: lighter;
	color: #85752a;
	text-decoration: none;
}

