@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/falls.jpg);
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	float: left;
	width: 980px;
}
#contentcon {
	float: left;
	width: 882px;
	margin-left: 20px;
	background-image: url(/images/wood2.jpg);
}
#navbar {
	float: left;
}
#text {
	padding: 10px;
	float: left;
	width: 900px;
}

#content {
	float: left;
	width: 470px;
	height: 380px;
}
#sidebarr {
	width: 220px;
	float: right;
	background-image: url(/images/sidebarright.jpg);
	height: 360px;
}
#mooncycles {
	width: 220px;
	padding-top: 250px;
}


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

