﻿* {
	margin : 0;
	padding : 0;
}
body {
	background : #669966 url(images/back_all1.jpg) repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #003333;
}
#main {
	width : 705px;
	margin : 0 auto;
}
#header {
	height : 100px;
	width : 100%;
}
#logo {
	width : 100%;
	height : 63px;
	margin : 10px 0px 0px 0px;
	
}
#logo h1 {
	padding :  10px 0px 50px 0px;
	font-size : 2.5em;
	color : #ffffcc;
	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 : 696px;
	
}
#content h2 {
	width : 704px;
	height : 34px;
	background : url(images/middle.jpg) no-repeat;
	color : #ffffcc;
	font-size : 1.9em;
	padding-top : .1em;
	margin-left : auto;
	text-align : center;
}
#content .center_back {
	width: 603px;
	background : url(images/middle_back.jpg) repeat-y;
	padding: 20px 20px 40px 80px;
	font-size : .9em;
	text-align : left;
	margin-left : auto;
}
#content .center_back ul {
	margin-left : 20px;
}
#content .center_bottom {
	width : 702px;
	height : 20px;
	margin-left : auto;
	background : url(images/middle_bottom.jpg) no-repeat;
}
#footer {
	clear : both;
	padding-top : 20px;
	height : 62px;
	background-color: #064C16;
}
#footer p {
	text-align : center;
	font-size : smaller;
	color : #ffffcc;
	font-size : .7em;
}
#footer a {
	color : #ffffcc;
}
#clear {
	clear : both;
}
h1, h2, p, ul {
	margin-top : 0;
}
h1, h2,   {
	font-family : Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-weight : normal;
}
h1 {
	font-size : 2.4em;
}
h2 {
	font-size : 1.8em;
}
a {
	color : #003333;
}
a:hover {
	text-decoration : none;
	color : #0000ff;
}



