body, table, td, div {
  font-family:'Times New Roman', 'Arial Narrow';
  font-size:18px;
  color:#555;
  text-align:center;
  text-decoration:none;
  margin:0 auto;
  }

body#background {
  background-image:url('/images/map-bg.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  margin:0;
  padding:0;
  background-position:50% 0;
  }

div#wrapper {
  width:820px;
  margin:5px auto;
  background-color:#FFF;
  background-image:url('/images/galleon.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:50% 100%;
  box-shadow:5px 0 5px #000, -5px 0 5px #000;
  }

div.header1 {
  width:820px;
  clear:both;
  }

div.header2 {
  width:160px;
  float:left;
  text-align:right;
  }

div.header3 {
  width:500px;
  float:left;
  padding-top:20px;
  }

div.header4 {
  width:160px;
  float:right;
  text-align:left;
  }

img {
  border-style:none;
  border:0;
  }

table {
  padding:0;
  border-collapse:collapse;
  border-style:none;
  }

td.left {
  text-align:left;
  }

div.main {
  padding:0 20px;
  }

div.left {
  text-align:left;
  }

div.justify {
  text-align:justify;
  }

a:hover {
  color:#C00;
  font-family:'Times New Roman', 'Arial Narrow';
  text-decoration:underline;
  }

h1 {
  font-size:36px;
  }

h2 {
  font-size:24px;
  }

.txt1 {
  font-family:'Times New Roman', 'Arial Narrow';
  font-size:10px;
  color:#555;
  text-decoration:none;
  font-weight:bold;
  }

.hr {
  color:#999;
  height:2px;
  width:100%;
  text-align:center;
  }

