@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font: small "Times New Roman", Times, serif;
}

body h2 {
  font: small Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

body h3 {
  font: x-small Arial, Helvetica, sans-serif;
  font-weight: bold;
}

body h1 {
  font: medium Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

#wrapper {
  background-color: #FFFFFF;
  color: #000000;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}

#wrapper img {
  margin: 0;
  padding: 0;
}

#header img {
  position: relative;
  top: 10px;
}

#header-bottom {
  margin: 0;
  padding: 0;
  width: 800px;
  border-bottom: 1px solid #666666;
  font: small Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

#header-bottom ul {
  margin: 0;
  padding: 8px 0 5px 0;
  text-align: right;
}

#header-bottom li {
  display: inline;
}

#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
}

#header-bottom a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #666666;
}

#content {
  padding: 20px 0 40px 0;
}

#content img {
  border: none;
}

#photocontent {
  padding: 20px 0 40px 0;
  text-align: center;
}

#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spacey li {
  padding-bottom: 10px;
}

.overline {
  border-top: 1px solid #000000;
  padding-top: 30px;
}

.small {
  font: x-small;
}

.songname {
  position: relative;
  top: -6px;
}

#content a:link, #content a:visited {
  text-decoration: none;
  color: #666666;
}

#content a:hover {
  text-decoration: none;
  color: #333333;
}

#photocontent a:link, #photocontent a:visited {
  text-decoration: none;
  color: #666666;
}

#photocontent a:hover {
  text-decoration: none;
  color: #333333;
}

#contenthome {
  background-image: url(images/joonboatwhite.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 480px;
}

#quote {
  width: 400px;
  position: relative;
  left: 400px;
  top: 150px;
  text-align: right;
  float: left;
  clear: both;
}

#quote a:link, #quote a:visited {
  text-decoration: none;
  color: #000000;
}

#quote a:hover {
  text-decoration: none;
  color: #666666;
}

#news {
  width: 400px;
  position: relative;
  left: 400px;
  bottom: -240px;
  text-align: right;
}

#news h2 {
  border-bottom: 3px double #000000;
}

.center {
  text-align: center;
}

.bold {
  font: x-small Arial, Helvetica, sans-serif;
  font-weight: bold;;
}

.italics {
  font-style: italic;
}

.indent {
  padding-left: 2em;
}

#footer {
  position: relative;
  top: -20px;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #000000;
}

#footer a:hover {
  text-decoration: none;
  color: #666666;
}

.footleft {
  position: relative;
  top: -20px;
}

.footright {
  position: relative;
  top: -50px;
  text-align: right;
  float: right;
}
  
.boat {
  position: relative;
  top: -125px;
}