html {
	padding: 0px; margin: 0px;
}

body {
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 101%;
}

.header {
	height: 290px;
	margin: 0px;
}

.footer {
	height: 142px;
	margin: 0px;
	background: url('../images/backgrounds/footer.jpg') no-repeat center;
}

div.container {
	width: 950px;
	margin: 0px auto 0px auto;
	background: url('../images/backgrounds/background.jpg') no-repeat;
}

.main_table {
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

div.column {
	font-size: 0.7em;
	width: 150px;
	margin: 0px;
	padding: 0px;
}


/* rule stuff */

div.hr {
  height: 15px;
  background: #000000 url('../images/buttons/rule2.jpg') no-repeat scroll center;
}
div.hr hr {
  display: none;
}


/* content stuff */

div.content {
	color: #c4b8a2;
	font-size: 0.78em;
	width: 630px;
	margin: 0px;
	padding: .5em 10px .5em 10px;
	height: auto;
	line-height: 1.25em;
}

div.content div.deity {
	line-height: 1.25em;
	border-bottom: 1px dotted #808080;
	margin-bottom: 1em;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {text-align: center;}
div.content h3 {font-variant: small-caps;}

div.content .clear {
	clear: both;
}

.image_center {
	margin: 0px 1em 1em 1em; text-align: center;
}
.image_left {
	float: left; margin: 0px 1em 1em 0px;
}
.image_right {
	float: right; margin: 0px 0px 1em 1em;
}


/* menu stuff */

/* menu titles */
div.column h2 {
	color: #d0d0d0;
	font-size: 1em;
	font-weight: bold;
	margin: 4px;
	margin-bottom: 2px;
	padding: 0px;
}

ul.menu {
	margin: 2px;
	padding: 2px;
	margin-bottom: 8px;
}

ul.menu li a {
	color: #c4b8a2;
	text-decoration: none;
}

ul.menu li {
	text-indent: 4px;
	list-style-type: none;
	margin: 0px;
}


ul.menu li.active {
	background-color: #26231c;
}

ul.menu li.active a {
	font-weight: bold;
}

ul.menu li a {
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	width: 100%;/*IE*/
}
ul.menu li a {
	display: block;
	text-decoration: none;
	width: 100%;/*IE*/
}
ul.menu li a:hover {
	background-color: #332e26;
}

html>body ul.menu li a {
	width: auto;
}


/* search form stuff */

.FSF_form {margin: 0px;}
.FSF_input {width: auto; font-size: 1em; background-color: #000000; color: #ffffff;}
.FSF_submit {font-size: .8em;}
.FSF_searchResults {line-height: 1.0em;}
.FSF_resultsIntroFailure {padding-left: .5em; padding-right: .5em; line-height: 1.0em;}
/*
 .FSF_result {}
 .FSF_resultLink {}
 .FSF_resultDescription {}
 .FSF_pagination {}
 .FSF_intro {}
*/
.FSF_form p {margin: 0px;}


/* stuff */

a {text-decoration: underline;}
a:link {color: #f9e6c5;}
a:visited {color: #e9d6b5;}
a:hover {}
a:active {}

h1, h2, h3, h4, h5, h6 {margin: 1.2em 0em 1.2em 0em;}
h1, h2, h3 {font-weight: normal;}
h4, h5, h6 {font-weight: bold;}
h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.8em;}

img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}