body{
  font-family: Trebuchet, Arial, sans-serif;
}
#page{
  background: white;
	color: black;
}

#header{

}

#menu{
  display: none;
}

#content{
	text-align: justify;
}

#content a{
  color: blue;
	background: transparent;
	text-decoration: none;
	border: 0;
}


#footer{
  clear: both;
	margin:0;
	font-size: x-small;
	color: silver;
}
#footer p{
  padding: 0;
}

#footer a{
  color: #9999ff;
}

h1,h2,h3,h4,h5,h6 {
  color: #3f4c8b;
	background: transparent;
}

h2 {
  margin: 0;
	padding: 0 0 5px 0;
}

h3, h4,h5,h6 {
	clear: both;
}

.subheading{
  font-size: smaller;
	font-weight: lighter;
  color: #cc9966;
	background: transparent;
}

.ref{
  font-size: smaller;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 2px 0 5px 0;
}

.sm{
  clear: both;
	font-size: smaller;
	color: #999;
	background: url(../furniture/logo_hs.png) #ddeeff no-repeat 10px 10px;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 60px;
}

table.wreck_details{
  text-align: left;
	font-size: smaller;
	width: 100%;
	border: 1px solid silver;
}

img {
  border: 0;
	margin: 0;
	padding: 0;
}

.image {
  display: block;
	padding: 8px;
	border: 1px solid silver;
}
.w180 {
 	width: 180px;
}

.right{
  clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
.left{
  clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.center{
  margin: 0 auto;
	padding: 0;
}

.quote{
  font-style: italic;
	font-family: Georgia, serif;
	font-size: larger;
	font-weight: lighter;
}