/* GLOBAL */

* { 
  	margin:0;
	padding:0;
}

a:link, a:visited, a:hover {
	color: #EF4723;
}

a:active {
	color: gray;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* MAIN LAYOUT */

body {
	background-color: #4f4f5a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 900px;
	background-color: #4f4f5a;
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-color: #4f4f5a;
	overflow: hidden;
}

div#banner {
	width: 900px;
	height: 120px;
	background-color: #4f4f5a;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}

div#nav {
	margin-top: 10px;
	margin-left: 2px;
	text-align: left;
	background-color: #4f4f5a;
	overflow: hidden;
}

div#main {
	margin-top: 10px;
	position: relative;
}

div#footer {
	margin-top: 10px;
	text-align: center;
	color: white;
}

/* MENU */

a.navbutton {
	background: transparent url('images/button_both_a.png') no-repeat scroll top right;
	color: #EEEEEE;
	display: block;
	float: left;
	font: normal 18px arial, sans-serif;
	height: 40px; /* height of button */
	margin-right: 7px; /* spacing between buttons */
	padding-right: 19px; /* width of button_both_a.png */
	text-decoration: none;
}

a.navbutton span {
	background: transparent url('images/button_both_span.png') no-repeat;
	display: block;
	margin-left: 7px;
	line-height: 30px; /* 5 + 5 + 30 = height of button */
	padding: 5px 20px 5px 39px; /* 20 + 19 = 39 */
} 

a.navbutton:active {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}

a.navbutton:active span {
	background-position: bottom left;
	padding: 6px 20px 4px 39px; /* push text down 1px */
} 

/* CONTENT */

h2.cheader {
	text-align: center;
	margin-bottom: 10px;
}

div#content_top {
	width: 900px;
	height: 50px;
	background-color: #4f4f5a;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}

div#content_bottom {
	width: 900px;
	height: 50px;
	background-color: #4f4f5a;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
}

div#content_sides {
	border-style: solid;
	border-width: 0px 4px 0px 4px;
	width: 892px;
	background-color: #fac92e;
	font-size: medium;
}

div#content {
	margin: 0px 10px 0px 10px;
}

div#content_center {
	margin: 0px 10px 0px 10px;
	text-align: center;
}

div#tl_ifr {
	height: 300px;
	margin: 0px 10px 0px 10px;
	text-align: left;
}

/* CONTACT */

div#tc_ifr {
	height: 300px;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

img#ifr {
	float: right;
	border: solid 2px;
	margin-right: 10px;
}

/* BOATS */

div.boatcontainer {
	clear: both;
	padding-bottom: 40px;
}

div.boatdescr {
}

div.boattext {
	clear: left;
}

div.boatimage {
	clear: right;
	float: right;
	border: solid 2px;
	margin-right: 10px;
	width: 300px;
}

h3.boatheader {
	margin-bottom: 10px;
}

div.boatvar {
	font-weight: bold;
	font-size: small;
	color: black;
	float: left;
	width: 130px;
	margin-bottom: 2px;
}

div.boatval {
	font-size: small;
	text-decoration: none;
	color: black;
}

img.boatimage {
	margin: 10px 10px 10px 10px;
	border: 1px solid;
}


