body {
	background-color:#FFF;
	background-image:url()
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #545454;
	
}

a {
	color: #545454;
	font-size: 9pt;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #545454;
}
a:hover {
	text-decoration: underline;
	color: #EC9E08;
}
a:active {
	text-decoration: none;
	color: #545454;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size:11pt;
	color: #545454;
}
h2 {
	font-size: 10pt;
	color: #545454;
}
h3 {
	font-size: 9pt;
	color: #545454;
}
h4 {
	font-size: 8pt;
	color: #545454;
}
ul{
 list-style-type: none;
}

/************** Layout Divs  ***************/
#site {
	background-color: #FFF;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border:1px dotted #33370b;
	margin-top: 130px;
	height: 455px;
}
#head{
	width:100%;
	
}
#sidebox {
	float: right;
	width:30%;
	margin-top: 20px;
	font-size: 100%;
	font-weight: normal;
	
}
#sidesub {
	float: right;
	width:100%;
	padding-bottom: 25px;
		
}
#content{
	float: left;
	width: 530px;
	margin-top: 20px;
	padding-left: 10px;
	height: 300px;
	overflow: auto;
}
#siteinfo{
	clear: both;
	font-size: 95%;
	color: #545454;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	
}
/************** navigation ***************/
#navigation {
	width:790px;
	height:20px;
	padding-left: 10px;
	font-size: 12pt;
	
	border-bottom:1px solid #D3CAA6;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
	
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 2px;
	font-size: 100%;
	text-align: justify;
	border-bottom: 1px solid #404020;
}

.story p{
  padding: 0px 0px 10px 0px;
}
/************** .diverse *****************/
.headtext {
	color: #545454;
	font-size: 95%;
	padding-top: 0px;
	font-weight: bold;
}
.imgborder {
    border: 6px solid #606040;
}

.imborder2 {
    border: 4px solid #606040;
}
.link {
    color: #828282;
	font-size: 9pt;
	font-weight: normal;
	}
