body, p, div {
	background-color: #FFFFFF;
	color: #2D2D2D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div.head {
	background-image: url(http://damnyellowcap.net/fic/img/dyficlena.png);
	width: 800px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.side {
	width: 315px;
	position: absolute;
	top: 400px;
	left: 0px;
	padding: 15px;
	background-color: #F4F4F4;
	border-top: 3px #AAAAAA solid;
	border-right: 3px #AAAAAA solid;
	border-bottom: 3px #AAAAAA solid;
}

div.main {
	position: absolute;
	top: 0px;
	left: 360px;
	padding: 50px 25px 20px 15px;
	text-align: justify;
}

div.foot {
	font-size: 7pt;
	background-color: #F4F4F4;
	padding-top: 20px;
	color: #666666;
}

a, a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 2px #AAAAAA solid;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 2px #AAAAAA solid;
}

blockquote {
	border-left: 7px #AAAAAA solid;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

hr {
	width: 75%;
	color: #CECECE;
	background-color: #CECECE;
	height: 1px;
	border: 0;
}