@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 600px;
	background-color: #FFF;
}
#nav_bar {
	height: 26px;
}
#nav_menu li {

}

#home_graphic {
	height: 574px;
	width: 339px;
	left: 0px;
	top: 26px;
	position: absolute;
}

#header {
	height: 222px;
	width: 631px;
	position: absolute;
	top: 26px;
	left: 339px;
}
#main {
	position: absolute;
	left: 391px;
	top: 248px;
	width: 361px;
	padding-right: 24px;
	margin-top: 22px;
	height: 236px;

}
#campground_guide {
	margin-top: 10px;
}


#side_bar {
	float: left;
	position: absolute;
	left: 776px;
	top: 248px;
}
#footer {
	position: absolute;
	left: 391px;
	top: 525px;
	height: 55px;
	width: 536px;
	padding-top: 20px;
}
