* {
margin: 0;
padding: 0;
}

body {
background: #CCCCCC;
text-align: center;
font: normal 11px/18px verdana, trebuchet, tahoma, sans-serif;
color: #003366;
padding-top: 40px;
}

a {
color: #003366;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #CCFFFF;
}

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

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

h1 {
width: 140px;
height: 30px;
background-color: #CCCCCC;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #003366;
cursor: default;
}
}

h2 {
width: 419px;
height: 30px;
background-color: #CCCCCC;
float: right;
clear: both;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
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: #CCCCCC;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

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

#current a {
background-image: url("images/current.jpg");
background-repeat: no-repeat;
background-position: 100% 50%;
}

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

img {
border: none;
}

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

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

#content {
float: right;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

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

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