﻿body {
	background : #669966 url(images/back_all.jpg) repeat-x;
	font-family : verdana, garamond, sans-serif;
	font-size : 12px;
	color : #003333;
}
#main {
	width : 850px;
	margin : 0 auto;
}
#header {
	height : 80px;
	width : 100%;
}
.title {
	margin-bottom : 5px;
}
#logo {
	width : 100%;
	height : 43px;
}
#logo h1 {
	line-height : normal;
}
#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 : 850px;
}
#content h2 {
	width : 850px;
	height : 44px;
	background : url(images/middle2.jpg) no-repeat;
	color : #ffffcc;
	padding-top : 10px;
	padding-left : 1px;
	text-align : center;
}
#content .center_back {
	width : 850px;
	background : url(images/middle_back2.jpg) repeat-y;
	padding : 0px;
	text-align : center;
}
#footer {
	clear : both;
	padding-top : 30px;
	height : 62px;
	background : url(images/footer.jpg) repeat-x;
}
#footer p {
	text-align : center;
	font-size : smaller;
	color : #ffffcc;
}
#footer a {
	color : #ffbf00;
}
#clear {
	clear : both;
}
table, tr, td {
	text-align : center;
	border-top : 1px solid #669966;
	border-left : 1px solid #669966;
	border-right : 1px solid #669966;
	border-bottom : 1px solid #669966;
}
h1, h2, p, ul {
	margin-top : 0;
}
h1, h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
h1 {
	font-size : 2.4em;
	color : #FFFCCC;
}
h2 {
	font-size : 1.8em;
}
img {
	border: none;
}
a {
	color : #007f00;
}
a:hover {
	text-decoration : none;
	color : #0000ff;
}

