body { background: #382c08 url("../images/back.jpg") repeat; }

.container {
	background-color: #f4fffe;
	background-image: url("../images/tree.jpg");
	background-repeat: no-repeat;
	background-position: 0px 70px;
	padding: 0;
	box-shadow: 0 0 10px #777;	
}

#logobar	{ background: #008b5d; height: 44px; overflow: hidden; }
#logobar h1	{ float: left; margin: 0; line-height: 0; }
#logobar h2	{ float: right; margin: 0; line-height: 0; }

.title { margin-top: 70px; margin-bottom: 120px; }
.title h1 { font-size: 30px; font-weight: normal; }
.title p { font-size: 16px; }
.title img { float: right; }

.program h2 { font-size: 20px; }
.program ul {
	margin-left: 30px;
	list-style: disc;
}
.program ul li {
	margin-bottom: 5px;
}
footer {
	text-align: center;
	background: #008055;
	padding: 20px 0;
	color: #fff;
}
footer ul {
	margin: 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer p small{
	font-size: 1em;
}
#form-button { visibility: hidden; }


@media only screen and (max-width: 767px) { .container { background-image: none; } }