html {
	height: 100%;
	}

body {
	background: #505050;
	font-family: helvetica, arial, verdana, "lucida grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	}

a {
	text-decoration: none;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

span {
	display: none;
	}

#shrinkwrap {
	position: relative;
	width: 768px;
	margin: 0 auto -12px;
	height: 100%;
	}

#container {
	background: url(/images/bg.gif) no-repeat;
	position: relative;
	width: 768px;
	height: 470px;
	margin-top: 8px;
	float: left;
	}

#display {
	width: 768px;
	height: 392px;
	float: left;
	}

#display img {
	width: 540px;
	height: 360px;
	margin: 16px 24px 16px 204px;
	}

#thumbnails {
	width: 768px;
	height: 64px;
	float: left;
	text-align: left;
	}

#thumbnails img {
	margin: 4px 4px 28px 4px;
	}

#about {
	background: url(/images/about.gif) no-repeat;
	width: 768px;
	height: 456px;
	float: left;
	}

#links {
	background: url(/images/links.gif) no-repeat;
	width: 768px;
	height: 456px;
	float: left;
	}

#contact {
	background: url(/images/contact.gif) no-repeat;
	width: 768px;
	height: 456px;
	float: left;
	}

a#contact { 
	background: transparent;
	border: none;
	position: absolute;
	width: 170px;
	height: 16px;
	top: 285px;
	left: 577px;
	}

a#contact:hover {	background-image: url(/images/contact_hover.gif); }

#nav {
	width: 768px;
	height: 14px;
	float: left;
	clear: both;
	padding-bottom: 12px;
	}

div.home {			background: url(/images/nav.gif) no-repeat; }
div.watercraft {		background: url(/images/nav_watercraft.gif) no-repeat; }
div.surf { 			background: url(/images/nav_surf.gif) no-repeat; }
div.travel {			background: url(/images/nav_travel.gif) no-repeat; }
div.print {			background: url(/images/nav_print.gif) no-repeat; }
div.about {			background: url(/images/nav_about.gif) no-repeat; }
div.links {			background: url(/images/nav_links.gif) no-repeat; }
div.contact {			background: url(/images/nav_contact.gif) no-repeat; }

#nav a { 
	background: transparent;
	border: none;
	position: absolute;
	height: 14px;
	top: 456px;
	}

a#nav_watercraft		{ left: 72px; width: 83px; }
a#nav_watercraft:hover		{ background-image: url(/images/nav_watercraft_hover.gif); }
a#nav_surf			{ left: 155px; width: 46px; }
a#nav_surf:hover		{ background-image: url(/images/nav_surf_hover.gif); }
a#nav_travel			{ left: 201px; width: 56px; }
a#nav_travel:hover		{ background-image: url(/images/nav_travel_hover.gif); }
a#nav_print			{ left: 257px; width: 49px; }
a#nav_print:hover		{ background-image: url(/images/nav_print_hover.gif); }
a#nav_about			{ left: 596px; width: 57px; }
a#nav_about:hover		{ background-image: url(/images/nav_about_hover.gif); }
a#nav_links			{ left: 653px; width: 48px; }
a#nav_links:hover		{ background-image: url(/images/nav_links_hover.gif); }
a#nav_contact			{ left: 701px; width: 67px; }
a#nav_contact:hover		{ background-image: url(/images/nav_contact_hover.gif); }

#footer {
	background: url(/images/footer.gif) center no-repeat;
	clear: both;
	position: relative;
	width: 768px;
	height: 12px;
	margin: 0 auto;
	}

#footer a { 
	background: transparent;
	border: none;
	position: absolute;
	height: 12px;
	}

a#footer_flatdraft		{ left: 0px; width: 52px; }
a#footer_flatdraft:hover	{ background-image: url(/images/footer_flatdraft_hover.gif); }