body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #EEEEEE;
	background-image: url(../images/beach151009.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
/* change width in main then make sure leftSide and rightSide equal main */
#main {
	/* background-color: #EEEEEE; */
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#banner {
	/* background-color: #EEEEEE; */
	height: 150px;
	width: 100%;
	float: left;
	margin: 0px;
}
#topNavigation {
	/* background-color: #EEEEEE; */
	height: 0px;
	width: 100%;
	float: left;
	margin: 0px;
}
#innerBody {
	/* background-color: #EEEEEE; */
	width: 100%;
	float: left;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
#leftSide {
	/* background-color: #EEEEEE; */
	width: 200px;
	float: left;
	height: 100%;
	margin: 0px;
}
#rightSide {
	/* background-color: #EEEEEE; */
	float: left;
	width: 800px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
p {     
	margin: 0px 40px 16px 40px;
    padding: 0px;
}
#footer {
	background-color: #E1E1E1;
	height: 60px;
	width: 100%;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
}
#footerEmpty {
	height: 20px;
	width: 100%;
	float: left;
	margin: 0px;
}
#footerSpace {
	width: 100%;
	margin-top: 30px;
}
.clearfloat {
	clear: both;
	height: 0px;
	width: 100%;
}
