body, html {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.top-bar {
	background: #707070;
	height: 30px;
}

.logo {
	text-align: center;
	margin: 35px 0px 25px 0px;
}

.water {
	background-image: url('../img/water-bg.jpg');
	height: 340px;
	width: 100%;
	position: absolute;
	top: 220px;
	z-index: -10;
}

.water .top-line {
	position: absolute;
	top: 4px;
	width: 100%;
	height: 5px; 
	background: #ffffff;
}

.water .bot-line {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 4px; 
	background: #ffffff;
}

.gallery {
	position: relative;
	width: 710px;
	margin: 0px auto;
}

.content {
	position: relative;
	width: 710px;
	margin: 25px auto;
}

.nav {
	width: 50%;
	float: left;	
	margin: 3px 0px 0px 0px;
	color: #ffffff;
}

.nav ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}

.nav li {
	display:inline;
	margin: 0px 20px 0px 0px;
}

.nav a {
	text-decoration: none;
	color: #ffffff;
}

.nav a:hover {
	text-decoration: underline;
	color: #ffff00;
}
.phone {
	width: 50%;
	float: right;
	color: #ffffff;
	text-align: right;
	margin: 3px 0px 0px 0px;
}

.col1 {
	width: 48%;
	float: left;
}

.col2 {
	width: 48%;
	float: right;
}