@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, 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;
	margin-top: 10px;
	background-image: url(/images/backfalls.jpg);
}
#navbar {
	float: left;
	width: 180px;
	margin-left: 15px;
}
#slideshow {
	float: left;
	width: 485px;
	border: medium groove #000000;
}
#infotext {
	width: 900px;
	float: left;
}

#flashviewer {
	float: left;
	height: 480px;
	width: 640px;
	margin-top: 20px;
	margin-left: 140px;
}

#rightsidebar {
	float: left;
	width: 220px;
	height: 360px;
	background-image: url(/images/sidebarright.jpg);
}
#mooncycles {
	width: 220px;
	margin-top: 250px;
	margin-left: 2px;
}



.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 5px;
}
#header {
	float: left;
	width: 980px;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
