/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#999999;
	background-attachment:scroll;
	background-image:url(../site_pics/background.jpg);
	background-repeat:repeat-x;
	background-position:inherit;

}

#container {

	position:relative;
	margin:0 auto;
	width:779px;
	top:0px;
	
}

#header {
	position:absolute;
	width:779px;
	height:247px;
	top: 0px;
	left: 0px;
	visibility: visible;

}

#content {
	position:absolute;
	width:779px;
	top:296px;
	left:0px;
	background-color: #FFFFFF;
		
}

#footer {
	position:absolute;
	width:779px;
	left: 0px;
	background-image:url(../site_pics/footer.jpg);
	height:46px;
	bottom:-46px;
	visibility:visible;
	
}

#navigation {
	position:absolute;
	width:779px;
	top:247px;
	left:0px;
	height:49px;
	
}

