body {
 background: url(../images/bg.jpg) top left;
}

#head {
	margin:0 0 15px 0;
}

#hero {
	background: url(../images/hero.jpg) top right no-repeat;
	width:800px;
	height:156px;
}
.logo {
	float:left;
	margin:5px 0 0 15px;
	z-index:100;
	position:relative;
}

#nav {
	width:800px;
	height:39px;
	background: url(../images/nav.jpg) repeat-x;
	text-align:right;
	z-index:1;
}

	#nav a {
		margin:0px 8px 0 0;
		display:inline-block;
		zoom:1;
		height:39px;
	}
	
	#nav a.home {
		background: url(../images/home.png) no-repeat top right;
	}
	#nav a.about {
		background: url(../images/about.png) no-repeat top right;
	}
	#nav a.sessions {
		background: url(../images/sessions.png) no-repeat top right;
	}
	#nav a.contact {
		background: url(../images/contact.png) no-repeat top right;
	}
	
.full {
	width:770px!important;
}
	#content.full p {
		position:relative;
		margin:15px 0px;
	}
	.full img {
		position:absolute;
		top:0px;
		right:0px;
		background:#000000;
		color:#ffffff;
	}

#content {
	width:530px;
	margin: 0 10px 0 15px;
	float:left;
}
	#content h2 {
		border:1px solid #000000;
		padding:4px;
		margin-top:0px;
	}
		#content h2.home {
			background: url(../images/homepage.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
		#content h2.lessons {
			background: url(../images/lessons.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
		#content h2.pools {
			background: url(../images/pools.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
		#content h2.school {
			background: url(../images/school.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
		#content h2.training {
			background: url(../images/training.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
		#content h2.contact {
			background: url(../images/contact.jpg) no-repeat 6px center;
			text-indent:-99999px;
		}
        #content h5 {
            margin-bottom: 3px;
        }
        #content.full h5 + p {
            margin-top: 3px;
        }
	#content p {
		margin:15px 0 0 0;
	}
		#content p span {
			color:#34a5cf;
			font-weight:bold;
			display:block;
			margin:3px 0;
		}
	#content form input, #content form textarea {
		border:1px solid #34a5cf;
		background:#ffffff;
	}
	#content form input.email {
		width:250px;
	}
	
#right_col {
	float:right;
	width:218px;
	margin:0 15px 0 0;
}
	#right_col img {
		width:218px;
		border:1px solid #000000;
		margin-bottom:15px;
		padding:2px;
	}
		#right_col img.school {
			height:150px;
		}
	
#footer {
	width:740px;
	padding:8px 15px;
	margin:15px auto;
	border:1px solid #000000;
}

	#footer span {
		margin-top:40px;
		display:block;
		float:left;
	}
		#footer span a {
			color:#f39900;
			text-decoration:none;
		}
		#footer span a:hover {
			color:#000000;
			text-decoration:underline;
		}

	#footer img {
		float:right;
	}
	
	.blue {
		color: #13a3dd;
	}