﻿body
{
	background-image: url('/images/green/page_gr.gif');
	background-repeat: repeat-x;
	background-color: #4f8230;
}
#topbar_dark
{
	background-color:#4f8230;
	height:14px;	
}
#topbar_flowers
{
	background-image: url('/images/green/tile_flower.gif');
	height: 49px;
}
#topbar_light
{
	background-color:#65a340;
	height:15px;	
}
#container {
	background-color: #7cb659;
	width:950px;
	margin: 0px auto;
}
#advertise
{
    background-color:#7cb659;
	text-align: center;
	height: 86px;
	width:780px;
}
#banner{
	border: 1px solid #4f8230;
	padding:2px;
	width:468px;
	position:relative;
	top:11px;
}
.header
{
    background-color:#4f8230;
    text-align:center;
}
.news
{
	border-right: #7cb659 1px solid;
	border-top: #7cb659 1px solid;
	border-left: #7cb659 1px solid;
	border-bottom: #7cb659 1px solid;
	background-color:#edf2ea;
	padding:2px;
	text-align:center;
}
.news_dark
{
	border-right: #7cb659 1px solid;
	border-top: #7cb659 1px solid;
	border-left: #7cb659 1px solid;
	border-bottom: #7cb659 1px solid;
	background-color:#d5d9d2;
	padding:2px;
	text-align:center;
}