@charset "UTF-8";
#header {
	float: none;
	height: 150px;
	width: 1000px;
	position: absolute;
	left: 150px;
	top: 10;
	background-image: url(images/CRL-Header.jpg);
}
#navbar {
	height: 26px;
	width: 1000px;
	position: absolute;
	float: left;
	left: 150px;
	top: 158px;
	font-family: "Hobo Std";
	padding-top: 5px;
	font-size: 18px;
	background-image: url(images/nav_bkrd.jpg);
}
#container {
	height: auto;
	width: 1000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	left: 152px;
	position: absolute;
	top: 190px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/crl_bkrd.jpg);
}
#home_btn {
	position:absolute;
	left:160px;
	top:159px;
	width:65px;
	height:30px;
	z-index:1;
	color: blue;
	text-align: center;
	font-family: "hobo std";
	font-size: 20px;
	padding-top: 3px;
}
#jet_ski_btn {
	position:absolute;
	left:229px;
	top:159px;
	width:135px;
	height:30px;
	z-index:2;
	color: blue;
	text-align: center;
	padding-top: 3px;
	font-size: 20px;
	font-family: "hobo std";
}
#boats_btn {
	position:absolute;
	left:374px;
	top:159px;
	width:120px;
	height:30px;
	z-index:3;
	color: blue;
	text-align: center;
	font-size: 20px;
	font-family: "hobo std";
	padding-top: 3px;
}
#forsale-btn {
	position:absolute;
	left:503px;
	top:159px;
	width:80px;
	height:30px;
	z-index:4;
	color: blue;
	text-align: center;
	font-size: 20px;
	font-family: "hobo std";
	padding-top: 3px;
}
#reservations_btn {
	position:absolute;
	left:590px;
	top:159px;
	width:140px;
	height:30px;
	z-index:5;
	color: blue;
	text-align: center;
	padding-top: 3px;
	font-size: 20px;
	font-family: "hobo std";
}
#responsible_btn {
	position:absolute;
	left:732px;
	top:159px;
	width:196px;
	height:30px;
	z-index:6;
	color: blue;
	text-align: center;
	font-size: 20px;
	font-family: "hobo std";
	padding-top: 3px;
}
#link_btn {
	position:absolute;
	left:936px;
	top:159px;
	width:75px;
	height:30px;
	z-index:7;
	color: blue;
	text-align: center;
	font-size: 20px;
	font-family: "hobo std";
	padding-top: 3px;
}
#contact_btn {
	position:absolute;
	left:1006px;
	top:159px;
	width:145px;
	height:30px;
	z-index:8;
	color: blue;
	text-align: center;
	font-size: 20px;
	font-family: "hobo std";
	padding-top: 3px;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

