body{
	color: #cdcec6;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(site_gfx/top_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align : bottom;
}

h1{
	font-size: 1.7em;
	margin: 10px;
}

h2{
	font-size: 1.3em;
	padding: 0px 0px;
}

a{
	text-decoration: underline;
	color: #cdce96;
}

a:visited{
	color: #adaea6;
}

a:hover{
	color: #ffdd90;
}

.smalltext{
	font-size: 11px;
}

.gohome{
	position: absolute;
	top: 46px;
	width: 100%;
	height: 96px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.nav{
	padding-top: 190px;
	vertical-align: top;
	font-size: 12px;
}

.left_nav{
	margin-right: 20px;
	text-align: left;
}

.right_nav{
	margin-left: 20px;
	text-align: right;
}

.left_menu{
	background-color: #13120e;
}

.right_menu{
	background-color: #13120e;
	text-align: left;
}

.left_menu a, .right_menu a{
	display: block;
	color: #8e8d86;
	text-decoration: none;
	padding: 1px 12px;
}

.left_menu a:visited, .right_menu a:visited {
	color: #8e8d86;
}

.left_menu a:hover, .right_menu a:hover {
	color: #ffdd90;
}

.selsect{
	display: block;
	font-weight: bold;
}

.selcat{
	display: block;
	font-weight: normal;
}

a.selsect:link, a.selcat:link{
	color: #cecdc6;
}

a.selsect:visited, a.selcat:visited{
	color: #cecdc6;
}

.nav_section {
	font-size: 13px;
	font-weight: bold;
	color: #cecdc6;
	padding: 0px 4px;
}

.lore_submenu{
	display: block;
	text-decoration: none;
	padding: 1px 8px;
}

.edit_box{
	background-color: #cecdc6;
	border: 0px;
	font-size: 13px;
}

.content_window{
	padding-top: 175px;
	vertical-align: top;
}

.content_body{
	background-image: url(site_gfx/content_bg.jpg);
	background-color: #33322e;
	padding: 0px 8px
}

.copyright {
	padding : 30px 10px 1px 10px;
	text-align : center;
	vertical-align : bottom;
}

.copyright p {
	font-size: 0.7em;
	color: #cecdc6;
}

.copyright p a, .copyright p a:visited {
	color : #cecdc6;
}

.copyright p a:hover {
	color : #ffdd90;
}

.right_img{
	padding: 5px 0px 0px 5px;
	float: right;
}

.left_img{
	padding: 5px 5px 0px 0px;
	float: left;
}
