/* CSS Document */
html{
	overflow:hidden;
}
body{
	background:#a29e72;
	margin:0;
	padding:0; 
	width:100%;
	height:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	overflow:hidden;
}

a {
	color:#163318;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#346732;
}

h1{
	font-size:20px;
	color:#346732;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#346732;
	text-align:center;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#346732;
}

#page{
	background:#a29e72 url(Images/Heron.gif) bottom right no-repeat;
	position:fixed;
	top:0;
	left:0;
	bottom:14px;
	width:100%;
	min-width:860px;
}

#header{
	background:url(Images/top_grass.png) bottom repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	height:115px;
	width:100%;
	z-index:10;
}

#banner{
	background:#FFFFFF;
	height:95px;
	width:100%;
}

#left{
	background:url(Images/white.png);
	position:absolute;
	padding:0;
	top:0px;
	left:10px;
	width:200px;
	height:100%;
	margin-top:110px;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#center{
	position:absolute;
	padding:0;
	top:0px;
	left:230px;
	width:150px;
	height:100%;
	margin-top:110px;
	padding-top:20px;
	line-height:23px;
	font-size:18px;
	color:#163318;
}

#center a{
	text-decoration:none;
	color:#346732;
}

#center a:hover{
	color:#FFFFFF;
}

#contact{
	position:absolute;
	bottom:120px;
	left:0px;
	height:140px;
	width:100%;
	font-size:12px;
	line-height:16px;
}

#contact a{
	font-size:12px;
	text-decoration:none;
	color:#346732;
}

#contact a:hover{
	color:#FFFFFF;
}

#right{
	background:url(Images/white.png);
	position:absolute;
	padding:0;
	top:0px;
	left:380px;
	right:10px;
	bottom:0px;
	margin-top:110px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	overflow-y:scroll;
}

#bottom{
	background:url(Images/bottom_grass.jpg) repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
	height:14px;
	width:100%;
	z-index:10;
}