td
{
	font-family: Palatino, Book Antiqua, serif;
	font-size: 13px;
}

p
{
	font-family: Palatino, Book Antiqua, serif;
	font-size: 13px;
}

h1
{
	font-family: Palatino, Book Antiqua, serif;
	font-size: 17px;
	margin: 10px 0px 10px 0px;
	color:  #FFFFFF;
}

#featuresgrey
{
	z-index: 10;
	position:fixed;
	background-color:#000;
	top:-40px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	cursor: pointer;
}


/*Main titles*/
#gamecontent h2, #gamecontent h1
{
	font-family: Palatino, Book Antiqua, serif;
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	color:  #C9BB57;
	text-align:center;
	text-shadow: 0px 0px 5px #300;
}

#gamecontent h2:first-letter, #gamecontent h1:first-letter
{
	font-size:35px;
}

#gamecontent a
{
	color:  #FFFFFF;
}

a.desktop
{
	font-size: 11px;
}

.bullet
{
	font-size: 12px;
	color:  #FFFFFF;
	padding: 10 0 15 0;
}

.clear
{
	clear: both;
}

#game_sidebar li
{

	
}

#game_sidebar li a:hover
{
	color: #300;
	
}

#game_sidebar li a
{
	padding: 2px 5px 2px 5px;
	display:block;
	color:  #C9BB57;
	text-shadow: 0px 0px 5px #300;
	width:135px;
}



/*Sets all images on story page to not have text near them*/
.story img
{
	clear:both;
}

.profile img
{
	clear:right;
}


.keyfeat div
{
	margin-top:40px;
	float:left;
}

.keyfeat p, .weapons p
{
	margin: 2px 0px;
}


.keyfeat .featleft {margin-top:2px;}
.keyfeat .featright {margin-top:2px;}
.keyfeat .featleft img{float:left;}
.keyfeat .featright img{float:right;}

#gamecontent
{
	color:#FFF;
}

a.screenshot img
{
	border-style: solid;
	border-width:1px;
}

table.links
{
	margin-bottom: 10px;
}

#heroswf
{
	text-align: center;
}

table tr.title td
{
	font-size: 16px;
}

.book
{
	color: #300;
	position: fixed;
	top: 50px;
	left: 50%;
	margin: 0px 0px 0px -365px;
	z-index: 50;
	background-image: url('../images/book.jpg');
	background-repeat: no-repeat;
	width: 730px;
	height: 552px;
}

.book div
{
	margin-top: 0px;
}

.bookcontent
{
	padding: 10px;
}

.bookcontent h1, .bookcontent h2
{
	font-size: 24px;
	color: #700 !important;
	text-align: center;
}

.bookcontent p
{
	font-size: 16px;
	margin-bottom: 10px;
	background-image: url('../images/spacer.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 28px;
}

.leftpage
{
	width: 335px;
	float: left;
}

.rightpage
{
	margin-left: 35px;
	width: 335px;
	float: right;
}

.leftnavlink, .rightnavlink
{
	position: absolute;
	cursor: pointer;
	top: 500px;
}

.rightnavlink
{
	margin-left: 310px;
}

