body {
background-color:#222222;	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #828282;
}

a {
	color: #828282;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #167833;
}

ul{
 list-style-type: none;
}

/************** Layout Divs  ***************/
#site {
    background-color: #222222;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	
}
#head{
	width:100%;
	
}
#sidebox {
	float: right;
	width:30%;
	margin-top: 2px;
	font-size: 100%;
	font-weight: normal;
	
}
#sidesub {
	float: right;
	width:100%;
	padding-bottom: 25px;
		
}
#content{
	float: left;
	width: 543px;
	margin-top: 2px;
	padding-left: 1px;
}
#siteinfo{
	clear: both;
	font-size: 95%;
	color: #BDBAAF;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	
}
/************** navigation ***************/
#navigation {
	width:792px;
	height:30px;
	padding-left: 1px;
	border-bottom:1px solid #811B0D;
	background-image: url();
}
#navi {
	left:64px;
	top:258px;
	width:120px;
	height:49px;
	font-size: 9pt;
	padding-left: 20px;
	
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 2px;
	font-size: 100%;
	text-align: justify;
	border-bottom: 1px solid #811B0D;
}

.story p{
  padding: 0px 0px 10px 0px;
}
/************** .diverse *****************/
.headtext {
	color: #811B0D;
	font-size: 95%;
	padding-top: 0px;
	font-weight: lighter;
}
.imgborder {
    border: 6px solid #811B0D;
}

.imborder2 {
    border: 4px solid #811B0D;
}
.link8 {
	font-size: 8pt
}
.link10 {
	font-size: 10pt
}
