html {
	min-height: 100%;
	height: 100%;
}
body {
	background: #150c0c;
	margin: 0px;
	height: 100%;
	text-align: center;
	font: 9pt Trebuchet MS;
	color: #60514f;
}
#wrap {
	background: url(http://fan.earendil.net/benbarnes/images/v2/img_03.jpg) repeat-y;
	width: 681px;
	min-height: 100%;
	height: auto;
	text-align: justify;
	margin: 0px auto;
}
#headerOne {
	background: url(http://fan.earendil.net/benbarnes/images/v2/img_01.jpg) no-repeat;
	width: 681px;
	height: 208px;
	clear: both;
}
#headerTwo{
	background: url(http://fan.earendil.net/benbarnes/images/v2/img_02.jpg) no-repeat;
	width: 681px;
	height: 215px;
	clear: both;
}
#contentsBody {
	height: auto;
	padding: 0px 55px;
	clear: both;
}
#footer {
	width: 681px;
	height: 10px;
	clear: both;
}
/* 
COLOURS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	color: #614d43;
}
b, i {
	color: #9c8678;
}
h1 {
	font: 20pt Georgia;
	text-align: center;
	text-transform: uppercase;
	color: #a9510a;
	margin: 0px 0px 15px 0px;
}
.navigation {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.navigation a {
	color: #d3884c;
}
.navigation a:hover {
	color: #ffffff;
}
.main {
	background: #130c0b;
	padding: 10px;
	-moz-border-radius: 5px;
	margin: 0px 0px 15px 0px;
}
.mainText {
	text-align: justify;
}
.image {
	border: 10px solid #180f0e;
}
textarea, input, select, button {
	background: #150d0c;
	border: 0px;
	font: 8pt Trebuchet MS;
	color: #614d43;
	-moz-border-radius: 5px;
	padding: 5px;
}