﻿body {
	background : #125812 url(images/back-all.jpg) repeat-x;
	font-family : VERDANA, ARIAL, HELVETICA;
	font-size : 100%;
	color : #003333;
}
#main {
	width : 910px;
	margin : 0 auto;
	margin-top:20px;
}
#navigation {
	background-color: #2D5D2D;
	overflow: hidden;
	font: .9em Arial, Helvetica, sans-serif;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFCB;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border-left: 2px solid #669966;
	border-right: 2px solid #669966;
}
#navigation a:hover {
	background-color: #FFFFCB;
	color: #000000;
	border: 1px solid #023202;
}
#content {
	float : left;
	width : 906px;
	}
#content h2 {
	width : 906px;
	height : 34px;
	background : url(images/middle.jpg) no-repeat;
	color : #ffffcc;
	font-size : 1.6em;
	font-weight : normal;
	letter-spacing: .5em;
	padding-top : .1em;
	padding-left : auto;
	text-align : center;
}
.title {
	margin-bottom : 5px;
}
#content .center_back {
	width : 905px;
	font-size : .9em;
	background : url(images/middle_back.jpg) repeat-y;
	padding : 10px 0 10px 0;
	text-align : left;
}
#content .center_bottom {
	width : 906px;
	height : 6px;
	background : url(images/middle_bottom.jpg) no-repeat;
}
#footer {
	clear : both;
	padding-bottom : 20px;
	height : 62px;
	background-color: #1D921D;
}
#footer p {
	text-align : center;
	font-size : smaller;
	color : #ffffcc;
	font-size : .7em;
}
#footer a {
	color : #ffffcc;
}
#clear {
	clear : both;
}
p {
	padding: 30px;
	text-align : center;
}
div.hr {
	width: 100%;
	background-color: #99CC66;
	height: 5px;
	border: 1px solid #003333;
}
a {
	color : #003333;
}
a:hover {
	text-decoration : none;
	color : #0000ff;
}



