a: {color: #99ffcc; text-decoration: underline;}
a:link {color: #99ffcc; text-decoration: underline;}
a:active {color: #99ffcc; text-decoration: none;}
a:visited {color: #99ffcc; text-decoration: none;}
a:hover {color: #99ffcc; text-decoration: none;}

#story_links a: {color: #47775f; text-decoration: underline;}
#story_links a:link {color: #47775f; text-decoration: underline;}
#story_links a:active {color: #47775f; text-decoration: none;}
#story_links a:visited {color: #47775f; text-decoration: none;}
#story_links a:hover {color: #47775f; text-decoration: none;}

body {
	background-color: #000000;
	background-image: url(images/magic_circle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 3px 0 0;
}
#container {
	padding: 0px;
	font-family: "book Antiqua", "times New Roman", sans-serif;
	font-size: 13px;
	color: #ffffff;
	height: 100%;
	position: relative;
}
.subheader {
	font-size: 12pt;
	font-weight: bold;
	color: #B0EAEA;
}
#updates ul {
	list-style-type: circle;
}
.list_heading {
	font-weight: bold;
	color: #99ffcc;
}
#inner_content hr {
	margin: 0 auto 0 auto;
	width: 80%;
	color: #666;
	background-color: #666;
	height: 2px;
}



#header {
	height: 125px;
	width: 100%;
}
#header img {
	position: absolute;
	top: 0px;
	left: 425px;
}


#nav {
	margin: 0 0 0 0;
	float: left;
	width: 125px;
}
#nav p {
	margin: 10px 0 0 0;
	
}
#nav img {
	margin-bottom: 5px;
}
#home_button {
	height: 50px;
	width: 66px;
	margin: 10px auto 0 40px;
}


#content {
	float: left;
	width: 80%;
	margin: 0 0 20px 30px;
}
#footer {
	padding: 25px 0 5px 0;
	height: 17px;
	clear: both;
}
#footer p {
	font-family: Chancery, Papyrus, Arial, sans-serif;
	font-size: 9pt;
	text-align: right;
	letter-spacing: 2px;
	color: #B0EAEA;
	margin: 0 0 0 5px;
}

#story {
	margin-right: 5px;
}

#inner_content ul {
	list-style-type: circle;
}
#story_links {
	font-family: Chancery, Papyrus, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 10px auto 0 auto;
	width: 63px;
}
#story_title {
	font-family: Chancery, Papyrus, Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #b0eaea;
	letter-spacing: 6px;
	height:100px;
	background-color: transparent;
	background-image: url(images/demon_blade_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;


}
#story_title p {
	padding: 35px 0 0 295px;
}
#reviewform {
	margin: 25px auto 0 auto;
	width: 400px;
	padding: 0 0 0 0;
}
#reviewform table {
	background-color: #B0EAEA;
	width: 400px;
}
#reviewform td {

	background-color: #000000;
	padding: 0 3px 0 0;
}
textarea {
	color: #fff;
	background-color: #000;
	font-family: "book Antiqua", "times New Roman", sans-serif;
	font-size: 10pt;
}
select {
	background-color: #000;
	color: #fff;
	font-family: "book Antiqua", "times New Roman", sans-serif;
	font-size: 10pt;
}
option {
	color: #fff;
	background-color: #000;
}
input {
	background-color: #000;
	color: #fff;
	font-family: "book Antiqua", "times New Roman", sans-serif;
	font-size: 10pt;
}
#reviewform #Submit {

	margin: 0 10px 0 0;
}
