/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/


* {
	margin: 0;
	padding: 0;
}

a {color: #934E19;}

a:hover {color: #F9C986;}

body {
	background: #786123 url(img/bg.gif);
	color: #0F1D2B;
	font: normal 8pt "Verdana",sans-serif;
	margin: 3% 0;

}
.fieldHeader { font-weight:bold; text-align:right;}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}


h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #934E19; text-decoration:none;}

.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}

.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

.tableHeader {background-color: #CAE6F2; color: Black; font-weight: bold;}

.commandButton {cursor: pointer;}

.main {
	background-color: #F7F7F7;
	width:auto;
}

.main img {padding: 2px 4px 2px 4px;}
.main .padded {padding: 1px 24px;}
.main li {list-style-image: url(img/li.gif);}

.container 
{
	font-size: 1.2em;
	/*background: #ffffff url(img/bgcontainer.gif) repeat-y;*/
	background-color:#222222;
	height: auto;
	margin: 0 auto;
	width: 940px;
	border: 12px solid #222;
}


.header {
	width: 740px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	height: 150px;
	text-align: center;	
	float: left;
	cursor: hand; 
}


.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 739px;
}
.subnav {
	float: left;
	width: 160px;
}


.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}


.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #A0662A;
	list-style: none;
}
.subnav li a {
	background: #F9DCBE;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #F9C986;
	color: #000;
}


.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}