body {
	background: #e9e9e9;
	margin: 0px;
	height: 100%;
	text-align: center;
	font: 9pt Trebuchet MS;
	color: #666666;
}

/* --------------------------------- */

#wrap {
	background: url(http://fan.earendil.net/teresapalmer/images/img_02.jpg) repeat-y;
	margin: 0px auto;
	width: 604px;
	height: auto;
}
#header {
	background: url(http://fan.earendil.net/teresapalmer/images/img_01.jpg) no-repeat;
	width: 604px;
	height: 265px;
}
#contentsBody {
	margin: 0px 60px 0px 60px;
}
#footer {
	background: url(http://fan.earendil.net/teresapalmer/images/img_03.jpg) no-repeat;
	width: 604px;
	height: 77px;
	clear: both;
}

/* --------------------------------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #3c5065;
}
a:hover {
	color: #542325;
}
b {
	font-weight: lighter;
	color: #542325;
}
i {
	color: #000000;
}
u {
	text-decoration: none;
	color: #a58987;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	font: 9pt Trebuchet MS;
	color: #000000;
	padding: 5px;
	-moz-border-radius: 5px;
}

/* --------------------------------- */

h1 {
	background: #e3e3e3;
	font: 16pt Arial Narrow;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #542325;
	-moz-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
.main {
	margin: 0px 0px 25px 0px;
}
.mainText {
	text-align: justify;
}