/* CSS Document */
html,body {

	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#68800E;
	background-image:url(../site_pics/gradient.jpg);
	background-repeat:repeat-x;
	background-position:inherit;
}


#container {

	position:relative;
	margin:0 auto;
	width:779px;
	top:0px;
}

#header {
	position:absolute;
	width:779px;
	height:232px;
	top: 0px;
	left: 0px;
}

#navigation {
	position:absolute;
	width:779px;
	top:232px;
	left:0px;
	height:47px;
	visibility:visible;
}


#content {
	position:absolute;
	width:779px;
	top:279px;
	left:0px;
	background-color:ffffff;
}


#footer {
	position:absolute;
	width:779px;
	left: 0px;
	background-image:url(../site_pics/footer.jpg);
	height: 100px;
	bottom:-100px;
}
