@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

	Menu Brown		#2e2820;
	KJ Colour		#5A0F13;
	Content			#f9f6f1;

==================================*/
body{
	background:none;
}

a {outline: none;}
*{margin:0; padding:0;}
#darthtator{
	width:605px;
	margin:auto;
	border: none;
	border: none;
	background: none;
}
#skip {
	display: none;
}
#header{
	background: none;
	height:200px;
}
#header img{border-style:none; margin: 20px 0 0 40px; }
#menu{
	display: none;
}
#left{
	display: none;
}
#right{
	width: 605px;
	padding: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#right h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #5A0F13;
	padding: 10px 0;
}
#right h2{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0;
}
#right h3{
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 0;
	color: #5A0F13;
}
#right h4{

}
#right h5{

}
#right h6{

}
#right p{
	font-size: .95em;
	padding: 8px 0;
}
#right ul{
	margin-left: 15px;
	padding: 5px 0;
}
#right ol{
	margin-left: 25px;
}
#right img{border: 2px solid #000;}
#right a {color:#5A0F13; text-decoration:none;}
#right a:hover {color: #FF6600; text-decoration:none;}
.spacer{clear:both; height:1px; display:block;}
#footer{
	display: none;
}
