* {
margin: 0;
padding: 0;
}

img.clickable {
	cursor: pointer;
}

body {
background: #333 url("/images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #013;
padding-top: 40px;
}

a {
color: #36f;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #69f;
text-decoration: underline;
}

#header-image {
	position: absolute;
	top: 14px;
	padding-left: 0px;
	width: 880px;
	display: none;
}

#header {
width: 880px;
height: 210px;
background: #013 url("/images/header-boat3.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 880px;
background: #fff url("/images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #ff0;
background-image: url(/images/headbg.png);
background-position: left middle;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #013;
cursor: default;
}

/*h1:first-letter {
color: #f00;
text-decoration: underline;
}*/

h2 {
/*width: 419px;*/
height: 30px;
background-color: #ff0;
background-image: url(/images/headbg.png);
background-position: left middle;
/*float: left;*/
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #013;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: transparent;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
overflow: hidden;
}




#nav li a:hover {
background-color: #356;
}

#nav li#current a {
background-image: url("/images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
background-color: #00baff;
color: #000
}

.subnav {
	background: #ccc;
	list-style: none;
	z-index: 2;
	width: 140px;
	margin-bottom: 2em;
}

.subnav b a {
	display: block;
	background: #013;
	color: #fff;
	font: bold 11px/24px verdana, arial, tahoma, sans-serif;
	position: relative;
	left: -8px;
	width: 140px;
	padding-left: 10px;
	text-decoration: none;
}

.subnav li a {
	color: #003;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 133px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.subnav li.current a {
	background-color: #ffffff;
	color: #000
}

.subnav li a:hover {
	background-color: #00baff;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 700px;
margin: 10px 0 0 10px;

background-image: url(/images/boat-bg.png); 
background-position: bottom right; 
background-repeat: no-repeat;
min-height: 200px;
}

p {
margin-bottom: 20px;
}

p:first-line {
/*font-weight: bold;*/
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

.show_image_bg {
	width: 100%;
	height : 100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.5;
	background: #000;
	z-index: 100;
}
.show_image_fg {
	margin: auto auto;
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.show_image_fg img {
	margin: 40px auto;
	border: 6px solid black;
}
