body {
	background-image: url('Pictures/Edited/Background.jpg');
}
#container {
	width: 980px;
	height: 1185px;
	margin: auto;
}
#header {
	width: 980px;
	height: 300px;
	background-image:url('Pictures/Edited/Banner.jpg');
}
#navigation {
	width: 980px;
	height: 50px;
	padding: 15px 0px;
	background-image:url('Pictures/Edited/Navigation.jpg') ;
}
#navigation ul{
	margin: 0px;
}
#navigation ul li{
	display: inline;
}
#home {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Home-total.jpg') no-repeat 0px 0px;
}
#home:hover {
	background-position: 0px -40px;
}
#lifeguard {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Lifeguarding-total.jpg') no-repeat 0px 0px;
}
#lifeguard:hover {
	background-position: 0px -40px;
}
#surfsports {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Surf-Sports-Total.jpg') no-repeat 0px 0px;
}
#surfsports:hover {
	background-position: 0px -40px;
}
#juniorsurf {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Junior-Surf-Combined-Button.jpg') no-repeat 0px 0px;
}
#juniorsurf:hover {
	background-position: 0px -40px;
}
#contactus {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Contact-us-total.jpg') no-repeat 0px 0px;
}
#contactus:hover {
	background-position: 0px -40px;
}
#photos {
	float:left;
	width: 150px;
	height: 40px;
	background: url('Pictures/Edited/Buttons/Rollover Totals/Photos-Total.jpg') no-repeat 0px 0px;
}
#photos:hover {
	background-position: 0px -40px;
}
#content {
	background-color: #ffffff;
	height:700px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
}
#content ul {
	list-style-type: none;
}
#content contact {
	background-color: #ffffff;
	height: 400px;
}
#footer {
	background-color: #00deff;
	height: 40px;
	
}
td {
	height: 280px;
	width: 474px;
}