@font-face {
	  font-family: "Trajan Pro";
	  src: url(../fonts/TrajanPro-Regular.otf) format("opentype");
}
body {
	font-size:13px;
	font-family: Arial, sans-serif;
	background-color: #000;
	color: #fff8eb;
	text-align: center;
	background: #000 url('../images/bkg.jpg') top center no-repeat;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
	
p { 
	text-align: justify;
}
#container {

	background-color: #fff;		

	text-align: left;

	width: 905px;
	
	margin: 0 auto;	

	background: #fff url('../images/container.jpg') top center no-repeat;

	padding: 0;

}

h2 { 
	font-family: "Trajan Pro", "Georgia", "Big Caslon", serif;
	font-size: 20px;
}

#header {

	width: 100%;	

}
#horizontal_nav {
	height: 40px;
	width: 865px;
	margin-top: 275px;
	margin-left: 10px;
	padding: 10px;
	display: block;
	position: absolute;
	background: url('../images/navbg.png');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#core_content {
	width: 865px;
	min-height: 800px;
	padding-top: 360px;
	padding-left: 15px;
	color: #000;
	display: block;
}
#dice_content {
	color: #000;
	font-size: 12pt;
}
#rpg_engine_core { 
	width: 220px; 
	margin-right: -15px;
	margin-left: 5px;
	margin-top: -35px;
	float: right; 
	padding: 10px;  
	color: #000;
	background: url('../images/userbg.jpg');
	background-repeat: repeat-y;
	border-left: 1px #000 dashed;
	border-right: 1px #000 dashed;
	border-bottom: 1px #000 dashed;
	display: block;
}
.highlight { 
	width: 580px;
	margin-left: 0px;
	text-align: justify;
	background: #ECECEC;
	font-weight: bold;
	border: 1px #000 dashed; 
	padding: 10px;
}
input { 
	border: 1px solid #000;
	background: #FFF;
}
.content { 
	width: 600px;
	text-align: justify;
	padding: 10px; 
}
.usrlabel { 
	font-weight: bold;
	padding-bottom: 10px; 
	padding-top: 10px;
}
.usrinput { 
	width: 200px; 
	height: 20px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}
.userNav { 
	width: 200px;
	float: left; 
	display: block; 
	margin-bottom: 5px;
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 4px solid #333;
}
a.userNav { color: #000; text-decoration: none; }
a.userNav:link { color: #000; text-decoration: none; } 
a.userNav:hover { color: #000; text-decoration: none; }
a.userNav:active { color: #000; text-decoration: none; }
a.userNav:visited { color: #000; text-decoration: none; }
.contentTitle { 
		font-family: "Ordnerin", "Georgia", "Big Caslon", serif;
		font-size: 22px; 
		margin-top: -25px;
}
.toc { 
	list-style: none;
	margin: 0px;
}

	.suggestionsBox {
		position: relative;
		left: 120px;
		margin: 10px 0px 0px 0px;
		width: 400px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		color: #FFF;
		list-style: none;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	.autocomplete { 
		color: #FFF; 
	}
	
.object_ok
{
border: 1px solid green; 
color: #333333; 
}

.object_error
{
border: 1px solid #AC3962; 
color: #333333; 
}
.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}