@charset "UTF-8";
#container {
	width: 780px;
	background: #FEFEED;
	margin: 10px auto 0;
	text-align: center;
}
#header img {
	display: block;
}
#sidebar {
	float: left;
	width: 138px;
	background: #D1D1A1 url(IMAGES/index_trees_left2.jpg) no-repeat bottom;
	height: 650px;
}
#menubar {
	text-align: left;
}
#treesright {
	float: right;
	width: 138px;
}
#mainContentindex {
	background-color: #FEFEED;
	height: 630px;
	padding-top: 20px;
}
.newsbox_index {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999966;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
}
#footerindex {
	background:#F4F4D3;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999966;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#footerindex li {
	list-style-type: none;
	display: inline;
	font-size: 70%;
	font-weight: bold;
}
#footerindex p {
	margin: 0;
	padding: 10px 0 0;
}
#footerindex img {
	padding-top: 15px;
}
.date {
	font-size: 70%;
	text-align: left;
}
