html {
	min-height: 100%;
	height: 100%;
}
body {
	background: #e4e4e4;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	font: 9pt Trebuchet MS;
	color: #9f9f9f;
	text-align: center;
}
#wrap {
	background: url(http://fan.earendil.net/sophiewu/images/img_02.jpg) repeat-y;
	width: 718px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
}
#header {
	background: url(http://fan.earendil.net/sophiewu/images/img_01.jpg) no-repeat;
	width:718px;
	height: 332px;
}
#contentsBody {
	margin:0px 65px 0px 65px;
}
#footer {
	background: url(http://fan.earendil.net/sophiewu/images/img_03.jpg) no-repeat;
	width:718px;
	height: 21px;
	clear: both;
}

/* --------------------------------- */

.nav {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav a {
	color: #000000;
}
.nav a:hover {
	color: #ef4d4d;
}

/* --------------------------------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #d68585;
}
a:hover {
	color: #000000;
}
b {
	font-weight: lighter;
	color: #e42a2a;
}
i {
	color: #000000;
}
u {
	color: #d68585;
	text-decoration: none;
}
/* --------------------------------- */

h1 {
	background: #ef4d4d;
	font: 16pt Arial Narrow;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	-moz-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}

/* --------------------------------- */

.main {
	margin: 0px 0px 25 0px;
}
.mainText {
	text-align: justify;
}

/* --------------------------------- */

textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 5px;
	padding: 5px;
	font: 9pt Trebuchet MS;
	color: #000000;
}