@charset "utf-8";
body {
	background-image: url(images/grass_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	text-align: center;
}
div#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/backgroundpx.png);
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer a {
	text-decoration: none;
	color: #004813;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004813;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}

div#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	width: 100%;
	text-align: left;
}
div#header {
	width: 820px;
	height: 160px;
	text-align: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #004813;
}
div#middle {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	padding: 0px;
}
div#contacts {
	padding: 10px;
	background-color: #004813;
	text-align: right;
	width: 200px;
	float: left;
	color: #FFFFFF;
	margin: 0px;
}
#contacts a {
	color: #FFFFFF;
	text-decoration: none;
}
div#content {
	background-image: url(images/backgroundpx.png);
	float: right;
	width: 560px;
	padding: 10px;
	color: #004813;
}
div#contacts h1 {
	font-size: 1.5em;
}
div#contacts p {
	font-size: .9em;
}
div#content h1 {
	font-size: 1.5em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
