	/* tables and divs */

#content-div {
	background: url( gfx/headers.png ) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1005px;
	border: 0px;
	text-align: top;
	vertical-align: top;
}

#footer {
	padding-top: 15px;
	text-align: center;
	display: block;
	width: 1005px;
	clear: both;
	position: relative;
	line-height: 150%;
	font-size: 0.75em;
	color: #695029;
}

#forum {
	left: 100px;
	top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
	width: 800px;
}

#login {
	left: 0px;
	top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
	width: 800px;
}

.char_level {
	position: relative;
	font-size: 0.8em;
	left: 25px;
	top: 69px;
	color: yellow;
	z-index: +1;
}

.char_table {
	width: 600px;
}

	/* text and headers */

h1 {
	font-family: Times New Roman, Georgia, Times, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: black;
	border-bottom: 5px solid brown;
}

h2 {
	font-family: Times New Roman, Georgia, Times, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: brown;
}

h3 {
	line-height: 0px;
	font-size: 0.8em;
	color: brown;
	font-weight: normal;
}

.blizzard {
	font-family: Georgia, Times, Arial, sans-serif;
	font-size: 1em;
	color: blue;
}

	/* links */


a {
	font-size: 1em;
	text-decoration: none;
	color: brown;
}

a:hover {
	text-decoration: underline;
}


        /* navigation */


#navigation {
	text-align: left;
	font-family: Times New Roman, Georgia, Times, Arial, sans-serif;
	font-size: 1.1em;
	left: 100px;
	top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
	float: left;
	width: 200px;
}

#navigation a {
	font-size: 1.1em;
	text-decoration: none;
	color: black;
}

#navigation a:hover {
	color: brown;
}

#navigation a.current {
	text-decoration: none;
	color: gray;
}

#navigation a.current:hover {
	color: white;
}

a.navigation {
	font-size: 1.1em;
	text-decoration: none;
	color: black;
}

a.navigation :hover {
	color: brown;
}

a.navigation .current {
	text-decoration: none;
	color: gray;
}

a.navigation .current:hover {
	color: white;
}

#exitforum {
	position: relative;
	left: 300px;
}

        /* content */

#content {
	text-align: left;
	font-family: Georgia, Times, Arial, sans-serif;
	font-size: 1em;
	left: 100px;
	top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
	float: left;
	width: 600px;
}

#content a {
	font-size: 1.1em;
	text-decoration: none;
	color: black;
}

#content a:hover {
	color: brown;
}

#content a.current {
	text-decoration: none;
	color: gray;
}

#content a.current:hover {
	background: white;
}

#content a.header2 {
	font-family: Times New Roman, Georgia, Times, Arial, sans-serif;
	font-weight: normal;
	color: brown;
}

blockquote {
	margin-left: 40px;
	border-top: 1px solid #7a6135;
}


	/* images */


img.normal {
	border: 0px;
	vertical-align: top;
}

img.character {
	border: 0px;
	vertical-align: bottom;
}

img.right {
	float: right;
	margin: 10px 0 0px 10px;
}

img.left {
	float: left;
	margin: 10px 10px 0px 0px;
}

img.wtw_over {
	position: absolute;
	border: 0px;
	vertical-align: top;
}

img.wtw_lower {
	border: 0px;
	vertical-align: top;
	z-index: -1;
	left: 0px;
	top: 0px;
}

img.headers {
	border: 0px;
	vertical-align: top;
	z-index: -1;
	left: 0px;
	top: 0px;
}

	/* gallery */


div.galleryrow {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

span.gallerypic {
	background: url( gfx/default/gallerypic-bg.png ) no-repeat;
	float: left;
	width: 100px;
	height: 96px;
	margin: 10px;
}

span.gallerypic:hover {
	background: url( gfx/default/gallerypic-bg2.png ) no-repeat;
}

img.gallerypic {
	width: 84px;
	height: 76px;
	margin-left: 5px;
	margin-right: 11px;
	margin-top: 5px;
	margin-bottom: 15px;
	cursor: pointer;
}


	/* forms */


input.alt_input {
	color: gray;
	background: #d5d5d5;
	border: 1px solid gray;
}

input.search {
	padding: 2px;
	border: 1px solid gray;
	background: white;
	font-family: Arial, Times New Roman, Georgia, Times, sans-serif;
	color: black;
}

textarea {
	border: 1px solid gray;
	background: white;
	font-family: Arial, Georgia, Times New Roman, Times, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

input {
	border: 1px solid gray;
	background: white;
}

input:active {
	border: 1px solid gray;
	background: #b2d6a0;
}


	/* other */


body {
	color: #000000;
	border: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url( gfx/background.jpg ) #000000;
	font-family: Georgia, Times, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 150%;
}

