#container {
	background-color: #FFFFFF;
	width: 95%;
	border: medium double #CCCCCC;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #666666;  
	padding: 5px;
	margin-top: 20px;
	margin-right: auto;/*to center the container*/
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/tree_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	text-align: center;
	background-image: url(images/texture3252090.jpg);
	background-repeat: repeat;
}

.center_it {
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
#footer {
	font-size: x-small;
	color: #009900;
	text-align: center;
}
.floating_box {
	float: right;
	width: 292px;
	border: thin solid #cccccc;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contact_info {
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	float: right;
	border: thin solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	width: 225px;
}
.form_field {
	background-color: #FFFF99;
}
.errors {
	color: #FF0000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #009900;
}

