html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #817634;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

p, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}
a {
	color: #FFFFFF;
	font-size: 13px;
	background-color:transparent;
	text-decoration: none;
}

a:hover{
	color : #F7EF0D;
}

a:visited{
	color : #FFFFFF;
}

a:visited:hover{
	color : #F7EF0D;
}

h3 {
font-size:14px;
color: #564b47;
background-color: transparent;
	}

h2 {
font-size:17px;
color: #564b47;
background-color: transparent;
	}

h1 {
	font-size: 21px;

	text-align: right;
	color: #FFFFFF;
	background-color: #90897a;
	margin:0px;
	background : #90897A url(./images/hist_m.jpg);
}
.bigeh {
	font-size: 31px;
	text-align : center;
}
.jh {
	background : #90897A url(./images/jh.jpg);
	background-repeat : no-repeat;
	background-position : center;
}
.gbc {
	background : #90897A url(./images/gbc.jpg);
	background-repeat : no-repeat;
	background-position : center;
}
.btf {
	background : #90897A url(./images/btf.jpg);
	background-repeat : no-repeat;
	background-position : center;
}
.san {
	background : #90897A url(./images/san.jpg);
	background-repeat : no-repeat;
	background-position : center;
}
strong {
	font-weight : bolder;
}

#left {
	position: absolute;
	top: 200px;
	bottom: 620px;
	left: 0px;
	width: 590px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	text-align : center;
}

#content {
	margin: 0px 100px 0px 100px;
	border-top: 2px solid #564b47;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
	padding: 10px;
	background-color: #ffffff;
	text-align : center;
}

#right {
	position: absolute;
	top: 200px;
	bottom: 620px;
	right: 0px;
	width: 590px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#foot  {
	position: absolute;
	font-size: 100%;
	top: 630px;
	height: 34px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}	
#foot a {
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover {
	color: #F7EF0D;
}
.hdcol {
	color: #385014;
}
.yellow {
    color: yellow;
}
.black {
    color: black;
}
.brown {
    color: brown;
}
.red {
    color: red;
}
.green {
    color: green;
}
.orange {
    color: orange;
}
 #navcontainer ul
{
margin: 100;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 300px;
background-color: #999;
background-image: url(./images/buttons/l1_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #333;
	background-color: silver;
	background-image: url(./images/buttons/l1_over.jpg);
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: Silver;
	background-image: url(./images/buttons/l1_over.jpg);
	color: #333;
}