body	{
	background: #1E3B18;
}

div.frame{
margin-left: 50px;
margin-top: 50px;
border: 1px silver solid;
width: 900px;
}

div.frame_main{
margin-left: 50px;
margin-top: 50px;
border: 1px silver solid;
width: 900px;
background: url('main_back.jpg') no-repeat bottom right;
min-height: 300px;
}

div.frame_h{
margin-left: 50px;
margin-top: 50px;
border: 1px silver solid;
width: 900px;
background: url('h_back.jpg') no-repeat bottom center;
min-height: 390px;
}

div.bar{
text-align: left;
width: 100%;
background-color: #51684C;
line-height: 30px;
border-bottom: 1px silver solid;
background: url(bar.png) repeat-x;
}

div.nav{
position: relative;
left: 170px;
width: 730px;
line-height: 30px;
}

div.logo	{
position: absolute;
top: 0px;
left: -5px;
}

div.nav a{
text-decoration: none;
color: black;
line-height: 30px;
padding-left: 7px;
padding-right: 8px;
font-family: verdana;
font-weight: bold;
font-size: 12px;
}

div.nav a.current{
	color: white;
}

div.nav a:hover{
text-decoration:none;
color: gold;
line-height: 30px;
}

div.content_a {
	position: relative;
	margin-top: 5px;
	left: 200px;
	color: white;
	width: 690px;
font-family: verdana;
font-size: 12px;
line-height: 20px;
min-height: 165px;
}

div.content_a a{
	color: gold;
	text-decoration: none;
}

div.content_a a:hover{
	color: darkgreen;
	background-color: gold;
	text-decoration: none;
	border-top: 3px white solid;
	border-bottom: 3px white solid;
}

div.content_a table{
	color: white;
font-family: verdana;
font-weight: bold;
font-size: 11px;
}

div.content_a table td {
    padding: 3px;
}

div.content_b {
	position: relative;
	top: 10px;
	left: 10px;
	color: white;
	width: 880px;
	min-height: 165px;
	margin-bottom: 20px;
font-family: verdana;
font-size: 12px;
line-height: 20px;
}

div.content_b a{
	color: gold;
	text-decoration: none;
}

div.content_b a:hover{
	color: darkgreen;
	background-color: gold;
	text-decoration: none;
	border-top: 3px white solid;
	border-bottom: 3px white solid;
}

div.content_b table{
	color: white;
font-family: verdana;
font-weight: bold;
font-size: 12px;
}

div.content_b table td {
    padding: 10px;
}

div.footer{
text-align: left;
width: 100%;
background-color: #51684C;
background: url(bar.png) repeat-x;
line-height: 30px;
border-top: 1px silver solid;
color: black;
font-family: verdana;
font-size: 10px;
}

div.footer a{
text-decoration: none;
color: black;
line-height: 30px;
padding-right: 10px;
font-family: verdana;
font-size: 12px;
}

div.footer a:hover{
text-decoration:none;
color: silver;
line-height: 30px;
}

h1	{
color: gold;
font-family: georgia;
font-size: 25px;
padding: 10px;
}
