body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.8em;
	}

h1 {
	color: #319a9a;
	font-size: 13px;
	}
p {
	margin: 0;
	}
	
b {
	color: #30C;
	}

a {
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: #319a9a;
	text-decoration: none;
	}
i {
	font-size: 9px;
	}
	
img {
	border: 0;
}

span.strike {
	text-decoration: line-through;
}

.disclaimer {
	margin: 0;
	line-height: 1px;
	font-style: italic;
	font-size: 9px;
	}

#container {
	width: 800px;
	margin: 10px auto 10px auto;
	/*border: 1px solid #000;*/
	}

#header {
	height: 120px;
	/*border: 1px dashed #0f0;*/
	background: #fff url(images/logo.png) no-repeat;
	cursor: pointer;
	}

#content {
	float: left;
	margin: 0;
	width: 640px;
	/*border: 1px dashed #00f;*/
	}

#footer {
	float: left;
	clear:both;
	padding-top: 30px;
	padding-left: 154px;
	width: 500px;
	/*border: 1px dashed #ff0;*/
	}
#nav {
	float: left;
	width: 120px;
	/*border: 1px dashed #f00;*/
	padding-left: 34px;
	padding-top: 10px;
	text-transform: uppercase;
	}
	
#nav ul {
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 9px;
	}

#nav a {
	text-decoration: none;
	color: #333;
	
	}

#nav a#on {
	text-decoration: none;
	color: #319a9a;
	}

.on {
	text-decoration: none;
	color: #319a9a;
	}

#nav a:hover,
#nav a:active {
	text-decoration: none;
	color: #319a9a;
	}


#campList {
	margin-left: -25px;
	}

/* min-height fixes */

.prop {
    float:right;
    width:1px;
  }

.min300px {
    height:300px;
  }

/* class Schedules */

.classRow {
	float: left;
	}
	
.swimSchedule {
	float: left;
	width: 210px;
	padding-bottom: 15px;
	/*border: 1px dashed #f00;*/
	}
	
.swimSchedule ul{
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/* contact us */

.contactRow {
	float: left;
	width: 410px;
	/*border: 1px dashed #f00;*/
	padding-bottom: 20px;
	}

.contactCol {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	/*border: 1px dashed #00f;*/
	}

.clear {
	clear: right;
	}

/* homepage */

div#homeFish {

	background: #fff url(images/home_fish.png) no-repeat;
	background-position: bottom right; 
	}
	
table#reg {
	width: 100%;
}
table#reg td {
	text-align: center;
	padding: 10px;
	
}

table#regDates {
	width: 100%;
	border: 1px solid #000;
	margin-top: 10px;
}
table#regDates td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	
}

table#swim {
	width: 100%;
	border: 1px solid #000;
	margin-top: -110px;
}
table#swim td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	
}

table#camp {
	width: 100%;
	border: 1px solid #000;
}
table#camp td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	
}