body
{
	background: rgb(208,221,204) url('side_green.png') repeat;
}
a
{
	color: rgb(115,154,101);
}
a:hover
{
	color: rgb(185,205,177);
}
h1, h2, h3, h4, h5, h6
{
	color: rgb(115,154,101);
}
input, select, textarea
{
	color: rgb(115,154,101);
}
.color
{
	color: rgb(115,154,101);
}
#head
{
	background: rgb(115,154,101) url('head_green.png') repeat-x;
}
#logo
{
	background: url('logo_green.png') no-repeat;
}
#main
{
	background: rgb(250,251,249) url('back_green.png') repeat;
}
#title
{
	color: rgb(115,154,101);
}
div.box
{
	background-color: rgb(220,230,217);
	border-color: rgb(115,154,101);
}