@charset "utf-8";
/* CSS Document */

/* Green - 8CC63F */
/* Green 80% - A3CF62 */
/* Brown - 684F40 */
/* Brown 50% - AF9C90 */

html {overflow-y: scroll;}
body {
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #684F40;
	margin-top: 0px;
	margin-bottom:50px;
	background: #a7b062 url(../img/BG_Bird_FINAL.jpg) no-repeat left top;
}
h1, h2, h3, p {
	margin:0;
	margin-bottom:10px;
}
h1 {
	color:#8CC63F;
	font-size: 18px;
}
h2, h3 {
	color:#684F40;
	font-size: 14px;
} 
h3 {
	margin: 10px 0 0 0;
}
p {
	margin: 7px 0 0 0;
}
ul {
	margin-left:0;
	padding-left:1em;
}
li {
	margin:0;
	padding:0;
}
a {
	color: #8CC63F;
	text-decoration:none;
}
a:hover {
	color:#A3CF62;
}
.header_line {
	height:6px;
	width: 100%;
	background: #684F40;
}
.header {
	width: 540px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding:20px 20px 14px 40px;
}
.header img {
	margin-top:14px;
}

#container {
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px 40px 30px 40px;
	border-radius: 0 0 0 30px;
	line-height: 1.3em;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
	width:600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color:#FFF;
	text-align: left;
}
.footer .copyr {
	width:375px;
	padding:0px;
	color:#684F40;
	float:right;
	padding:20px 40px 30px 40px;
	text-align:left;
	font-size:10px;
}
.footer .rightarea {
	background:#A3CF62;
	width: 375px;
	float:right;
	padding:20px 40px 30px 40px;
	line-height: 1.2em;
	border-radius: 0 0 30px 0;
}
.footer .rightarea p {
	font-size:13px;
}
.rightarea_corner {
	background:url(../img/corner_green.png) no-repeat;
	height:17px;
}

#fltleft {float:left;}
#fltright {float:right;}