* {
margin: 0px;
padding: 0px;
}
h2 {
	color: #50565e;
	font-size: 14px;
	padding-bottom: 5px;
	font-style: italic;
}
h3 {
	color: #424549;
	font-size: 12px;
	padding-bottom: 5px;
}
.centered {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
body {
	background-color: #000000;
	margin: 0px;
	margin-bottom: 20px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.quote {
	font-style: italic;
	text-align: center;
	padding-bottom: 20px;
}
p {
	padding-bottom: 10px;
}
#header {
	background-image: url(http://fan.mysticalmagick.com/innocence/images/fl_innocencev1_header.jpg);
	height: 425px;
	width: 680px;
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	width: 300px;
	margin-left: 350px;
	padding-top: 275px;
}
strong{
	font-weight: bold;
	color: #50565e;
	text-transform: none;
	font-size: 14px;
}
em {
	font-style: italic;
}
#navigation {
	margin-left: 200px;
	padding-top: 400px;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

