body {
	color: rgb(0,85,0);
	background-color: rgb(178,255,178);
	background-image: url(./images/green_flowers00.jpg);
	background-attachment: scroll;
}

#container {
	border: 2px solid rgb(0,157,0);
	background-color: transparent;
	background-image: url(./images/greenfilter.gif);
	color: rgb(0,85,0);
}

#banner {
	background-color: rgb(216,255,216);
}

#sidebar {
	background-color: rgb(178,255,178);
	border: 1px solid rgb(0,255,0);
}

#content {
	background-color: transparent;
}

#footer {
	background-color: rgb(216,255,216);
	color: rgb(0,65,0);
	border: 2px solid rgb(1,157,0);
}

.hmenu {
	background-color: rgb(178,255,178);
	border: 1px solid rgb(0,157,0);
}

.hmenu ul li a
{
	color: rgb(0,85,0);
	background-color: rgb(178,255,178);
	border-left: 1px solid rgb(178,255,178);
	border-right: 1px solid rgb(178,255,178);
}

.hmenu ul li a:hover
{
	color: rgb(255,255,255);
	background-color: rgb(200,0,200);
	border: 1px solid rgb(0,157,0);
}

select {
	color: rgb(0,85,0);
	background-color: rgb(216,255,216);
}

option {
	color: rgb(0,85,0);
	background-color: rgb(216,255,216);
}

