/* SYMBIOTIC std CSS */
* {
	margin: 0;
	padding: 0;
}

a {color: #3d0e04;}

a:hover {color: #5d1a0c;}

body {
	background: #240702 ;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.maincontent li {list-style-image: url(../images/li.gif);}

h1, h2, h3 {font-size: 12px;}


h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 0px 2px 6px 16px;}

.maincontent .padded h1 {
	background: #240702 url(../images/h1bg.gif) repeat-x;
	color: #c5c4c3;
	font: 12px Verdana,sans-serif;
	line-height: 44px;
	padding-left: 8px;
	padding-top: 5px;
	/*border-right:#464636 1px solid;
	border-left:#464636 1px solid; */
	}
.maincontent .display{padding: 10px 20px;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #591305;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(../images/header.jpg) no-repeat;
	height: 150px;
	
}
.sitename{
	padding-top:20px;
	padding-left:75px; 
	width:450px;
	font-size:26px;
	letter-spacing:-2px;
}

.sitename a{
text-decoration:none;
}
/* structure */
.top {
	background: #240702;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.leftmenu {
	float: left;
	width: 160px;
}
.maincontent {
	float: left;
	width: 640px;
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}

.main_right a {
	color: #9f9f4b;
}

/* sub-navigation */
.rightmenu h1 {
	background: #240702;
	color: #c5c4c3;
	font: bold 12px Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	width: 175px;
}
.rightmenu ul {margin: 0; padding: 0;}
.rightmenu li {
	border-bottom: 1px solid #696755;
	
	list-style: none;
}
.rightmenu li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 2px 8px 10px;
	width: 170px;
	text-decoration: none;
}
.rightmenu li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footer {
	background: url(../images/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;}