/* layout */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #0063B4;
	color: #fff;
}
a img {border:none;
}

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #001822;
	position: relative;
	text-align: left;
}
#header {
	width: 800px;
	height: 60px;
	position: relative;
	text-align: center;
}
#left {
	float: left;
	width: 190px;
	margin: 0 10px -160px 10px;
	padding-bottom: 220px;
	background: #0072BB url(images/san-juan-islands-footer.jpg) no-repeat left bottom;
}
#footer {
	margin-left: 200px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 580px;
	margin: 0 10px 0 0;
	min-height: 400px;
	background-color: #003B51;
}
#summary {
	font-size: x-small;
	color: #013B53;
	height: 35px;
	padding: 3px 0 6px 0;
	overflow: hidden;
}
#contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: ;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 449px;
	height: 30px;
	position: absolute;
	left: 351px;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
}
#nav li a {
	position: absolute;
	height: 30px;
	background-repeat: no-repeat;
}

li#nav_Res a {width: 124px; left: 0; background: url(images/kayak-reservations.gif);}
li#nav_Abo a {width: 90px; left: 124px; background-image: url(images/san-juan-island-sea-kayak.gif);}
li#nav_How a {width: 137px; left: 214px; background-image: url(images/kayak-san-juan-islands.gif);}
li#nav_Con a {width: 98px; left: 351px; background-image: url(images/sea-kayak-san-juan-islands.gif);}

li#nav_Res a:hover {background-image: url(images/kayak-reservations-1.gif);}
li#nav_Abo a:hover {background-image: url(images/san-juan-island-sea-kayak-1.gif);}
li#nav_How a:hover {background-image: url(images/kayak-san-juan-islands-1.gif);}
li#nav_Con a:hover {background-image: url(images/sea-kayak-san-juan-islands-1.gif);}

ul.sidenav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidenav li {
	border-top: dotted 1px #ccc;
	margin: 0;
	padding: 0;
	background: url(images/island-san-juan-kayak.jpg);
}
ul.sidenav li a {
	display: block;
	padding: 3px 0 5px 3px;
}
ul.sidenav li a:link, ul.sidenav li a:visited {
	color: #fff;
	font-weight: bold;
}
ul.sidenav li a:hover, ul.sidenav li a:active, ul.sidenav li a:focus {
	background: #001822;
	color: #f00;
}#featured {
	background-image: url(/images/san-juan-islands-bg.jpg);
	width: 580px;
	background-repeat: repeat-x;
}
