@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #635530;
	background-image: url(../images/gradTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
a{
	font-weight: bold;
	color:#85DDDD;
	text-decoration: none;
}
a:hover{
	color:#DCF4F1;
	text-decoration: underline;
}
a.bestiaryLink{
	font-weight: bold;
	color:#666;
	text-decoration: none;
}
a.bestiaryLink:hover{
	color:#999;
	text-decoration: underline;
}
object { outline:none; }
.contentFrame{
	width:934px;
	background-color:#EEE;
	
}
.bodyContents{
	font-size: 110%;
	position:relative;
	color:#333;
	width:97%;
	z-index:2;
	margin-top:-140px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.infoBtnGameplay {
	background-image:url(../images/infoBtnGameplay.jpg);
	background-repeat:repeat-y;
	background-color:#D1AF00;
	width:351px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
	cursor:hand;
}
.infoBtnTowers {
	background-image:url(../images/infoBtnTowers.jpg);
	background-repeat:repeat-y;
	background-color:#60A6DB;
	width:351px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
	cursor:hand;
}
.infoBtnItems {
	background-image:url(../images/infoBtnItems.jpg);
	background-repeat:repeat-y;
	background-color:#CD0000;
	width:351px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
	cursor:hand;
}
.bestiaryCreep{
	margin-left:25px;
}