@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

	Green		#7c9e45;
	Brown		#3C2517;
	Background 	#C8C6B6;
==================================*/
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:1024px; height:100%; min-height:500px;}
#placement{
	display: none;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	overflow:visible;
	z-index:2;
} 
body{background: #C8C6B6;}
*{margin:0; padding:0;}
#darthtator{
	width:880px;
	margin: auto;
	padding: 0 0 0 0;

}
#header{
	margin: 10px 0 0 0;
}
#skip {
	display: none;
}
#logo{
	float:left;
	margin-top: 10px;
}
#logo img {border-style:none;}
#menu{
	display: none;
}
#main{}
#quotes{
	display: none;
}
#content{
	padding:0 30px;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1{
	color: #7c9e45;
	font-style: italic;
	font-size: 1.8em;
	padding: 20px 0 15px 0;
}
#content h2{
	color: #3C2517;
	padding: 20px 0 10px 0;
	font-size: 1.4em;
}
#content h4{
	font-size: 1.1em;
	color: #7c9e45;
	font-style: italic;
	padding: 20px 0 10px 0;
}
#content h3{
	color: #3C2517;
	padding: 15px 0 10px 0;
	font-size: 1.1em;
}
#content h6{
	padding: 20px 0;
	border-bottom: solid 1px #7c9e45;
}
#content p, #content li, #content h6{
	font-size: .98em;
	line-height: 1.5em;
	padding: 10px 0;
	text-align:justify;
}
#content ul{
	margin-left: 15px;
}
#content li{padding: 3px 0;}
#content img{padding: 7px; border: solid 1px #7c9e45; margin: 0 5px 0 0;}
#content a, #content a:link, #content a:visited{
	color: #7c9e45;
}
#content a:hover{
	color: #3C2517;
}
.spacer2{clear:both; height:25px; display:block;}
.spacer{clear:both; height:1px; display:block;}
#footer{
	display: none;
}