body {
  background-color: #ddd;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;  
  padding: 60px;
  margin: 0px;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 0;
}

th {
  text-align: left;
}

hr {
  border: 1px solid #bebebe;
}

img, img a {
border: none;
margin-bottom: 10px;
}

#container { 	
  margin: 0px auto;
  padding: 0px;
  width: 600px;
}

#border {
  background-color: #fff;
  border: none;
  min-height: 350px;
  margin-top: 0px;
}

#titleimage {
  margin-bottom: 0px;
}

#navigation {
  padding: 20px;
  padding-bottom: 0px;
  font-size: 14px;
}

#navigation a, #navigation a:link, #navigation a:visited {
  margin-right: 30px;
  color: #000000;
  text-decoration: none;
}

#navigation a:hover, #navigation a:active {
  color: #674045;
  text-decoration: none;
}

#content {
  padding: 20px;
}

#content p {
  margin: 0px;
}

#content img, #content a img  {
  float: left;
  margin-right: 30px;
  border: 1px solid #666;
}

#content p {
  margin-bottom: 25px;
  line-height: 1.5em;
}

#content a, #content a:link, #content a:visited {
  color: #000000;
  text-decoration: none;
}

#content a:hover, #content a:active {
  color: #674045;
  text-decoration: underline;
}

#footer {
  margin-top: 10px;
  color: #999;
  text-align: center;
}

#footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  color: #999;
  text-decoration: underline;
}
