* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: 67.5% Georgia,'Times New Roman',Times,serif;
  min-width: 785px;
  background: #186987;
  color: #FFF;
  text-align: center;
}
#master {
  margin: 0 auto;
  width: 785px;
  background: #E8F0F7;
  color: #033F55;
  text-align: left;
}

#header h1 {
  width: 785px;
  height: 84px;
  overflow: hidden;
}
#header h1 a {
  display: block;
  width: 785px;
  height: 84px;
  background: url('/images/header.jpg') no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
}

#nav {
  font: bold 1.2em Tahoma,Arial,Verdana,sans-serif;
  padding: 0.44em 1.5em;
  background: #186987;
  color: #FFF;
  border: 1px solid #FFF;
  border-top: 0;
  list-style-type: none;
}
#nav li {
  display: inline;
  margin: 0 1.5em 0 0;
}
#nav a {
  color: #FFF;
  text-decoration: none;
}
#nav a:hover,
#nav a.active {
  color: #56AFD5;
}

#gallery {
  border: 1px solid #FFF;
  border-top: 0;
}

#content {
  font-size: 1.1em;
  background: #EFF4F9 url('/images/content-bg.jpg') no-repeat center bottom;
  padding: .2em 2.8em 1.4em 2.8em;
  border: 1px solid #FFF;
  border-top: 0;
  overflow: auto;
}
* html #content {height: 1%}
#content a {
  color: #186987;
  text-decoration: underline;
}
#content a:hover {
  color: #507969;
  text-decoration: none;
}
#content h2 {
  font-size: 1.81em;
  font-weight: normal;
  margin: 1.2em 0 1em 0;
  color: #1E7FA9;
  text-transform: uppercase;
  letter-spacing: 2pt;
}
#content h3 {
  font-size: 1.34em;
  font-weight: bold;
  color: #186987;
  letter-spacing: 1pt;
}
#content h4 {
  font-size: 1.34em;
  font-weight: normal;
  color: #186987;
  letter-spacing: 1pt;
}
#content p, #content address {
  margin: 0 0 1.81em 0;
  line-height: 1.63em;
}
#content ul {
  margin: 0 0 1.81em 1.25em;
  line-height: 1.63em;
}
#content ol {
  margin: 0 0 1.81em 1.81em;
  line-height: 1.63em;
}
#content li {
  padding: 0 0 0 0.5em;
  margin: 0 0 0.34em 0;
}
#content em {
  font-weight: normal;
}
#content blockquote {
  font-style: italic;
  margin: 0 3em 1.81em 3em;
  line-height: 1.63em;
  text-align: center;
}
#content table {
  margin: 0 0 1.81em 0;
  border: 1px solid #FFF;
  line-height: 1.63em;
}
#content table td {
  padding: 0.3em 0.6em;
}
#content table th {
  padding: 0.3em 0.6em;
  background: #186987;
  color: #FFF;
}
#content table tr.alt td {
  background: #CDDCEA;
}

.image img {
  border: 1px solid #FFF;
  vertical-align: bottom;
}
.right {
  float: right;
  margin: 0 0 1em 2em;
  clear: right;
}
.left {
  float: left;
  margin: 0 2em 1em 0;
  clear: left;
}

#footer {
  font: bold 1em Tahoma,Arial,Verdana,sans-serif;
  padding: 2.8em;
  background: #548B7C url('/images/footer.jpg') no-repeat center center;
  color: #FFF;
  border: 1px solid #FFF;
  border-top: 0;
  letter-spacing: 2pt;
  clear: both;
}
#footer a {
  color: #78D4FB;
  text-decoration: none;
}
#photoby {
	font: .8em , georgia, times, garamond, serif;
	color: #999999;
	letter-spacing : 2px;
}
#copyright {
  font: 1.2em Verdana,Tahoma,Arial,sans-serif;
  padding: 1em 0;
  background: #186987;
  color: #99CC99;
}

