
/* Tags */
* {
	margin: 0;
	padding: 0;
}

body { 
	background: #1e201d url(images/bgDark.gif) repeat-x;
	margin: 20px;
}

.charEntry {
	width: 600px;
	float: left;
}

.charEntry img {
	padding-bottom: 15px;
}

#container {
	width: 880px;
	margin: auto;
	background: #333e43;
	position: relative;
}

#header {
	background-color: #333e43;
	display:block;
	height:118px;
}

#previewPanel {
	display:block;
}

#mainBlock {
	background-color: #fff;
	display:block;
	position:absolute;
	top: 406px;
	left: 0px;
}

/* Side Bar */
#title {
	height: 118px;
	width: 265px;
	float: left;
}

	#title img {
		padding-left:30px;
		padding-top:20px;
	}

#featuredLinks {
	height: 288px;
	width: 265px;
	float: left;
	background: #6e8092 url(images/crystal.jpg) no-repeat;
	background-position: bottom;
}
	#novelPlug {
		padding-left:80px;
		padding-top:15px;
		width:170px;
		text-align: center;
		font-family: verdana;
		font-size: .75em;
		font-style:italic;
	}
	
	#featuredLinks h1 {
		padding-left: 15px;
		padding-top: 10px;
	}
	
	#featuredLinks ul {
		padding-left:60px;
		font-family:verdana;
		font-size: .85em;
	}

	#featuredLinks li {
		list-style-type:none;
	}
	#featuredLinks li a, a:visited {
		color: #000;
		text-decoration:none;
	}
	#featuredLinks li a:hover {
		text-decoration:underline;
	}

/* Main */	
#topLinksSpacer {
	height: 64px;
	width: 615px;
	float: right;
}
#topLinks {
	background: url(images/topLinksBar.jpg) no-repeat;
	height: 54px;
	width: 615;
	float: right;
}
#topLinks ul {
	padding-top:19px;

}
	#topLinks li {
		display: inline;
		list-style-type: none;
		padding-right: 35px;
		padding-left: 36px;
		font-family: Verdana;
		font-size: .8em;
	}
	#topLinks a, a:visited { 
			color: #f4d8bd;
			text-decoration:none;
	}
	#topLinks a:hover { 
			color: #f4d8bd;
			text-decoration:underline;
	}

#mainImage {
	height: 288px;
	width: 615px;
	background: #6e8092 url(images/mask.jpg) no-repeat;
	float: right;
}
	#mainImage p { display: none; }

#links {
	background: #333e43;
	display:inline-block;
	width: 265px;
	position: absolute;
	top:0px;
}

	#links ul {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#links li {
		padding-top: 2px;
		font-family: verdana;
		font-size: .75em;
		padding-left: 40px;
		list-style-type: none;
	}
		#links li a, a:visited {
			text-decoration:none;
			color: #f4d8bd;
		}
		#links li a:hover {
			text-decoration:underline;
		}
	#dividerDragon {
		height:48px;
		background:url(images/crestDragon.jpg) no-repeat;
		background-position:center;
	}
	#dividerSwan {
		height:48px;
		background:url(images/crestSwan.jpg) no-repeat;
		background-position:center;
	}
	#dividerGate {
		height:48px;
		background:url(images/crestGate.jpg) no-repeat;
		background-position:center;
	}

#content {
	display:inline-block;
	position:absolute;
	top: 0px;
	left: 265px;
	width: 615px;
}

#contentText {
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}

#content h1 {
	text-align: center;
	font-family: verdana;
	color: #492610;
	font-size:1.5em;
	padding-bottom:20px;
}

#content p {
	padding-bottom:15px;
}

#content h2 {
	color: #1e201d;
	font-size: 1.25em;
}

#content blockquote {
	background: #FFF;
	border: 1px solid #6e8092;
	color: #492610;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

#content ul {
	padding-left:30px;
	padding-bottom:20px;
}

#content a, a:visited {
	color: #06c;
	text-decoration: underline;
}

#content img {
	padding: 5px;
}