a {
  color: #2D6478;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body {
  background: #193C32 url(../img/body_background.jpg) repeat-x;
  font: 12px "Book Antiqua", Georgia, "Times New Roman", Times, Sans-Serif;
  line-height: 1.5em;
  margin: 0px 21px 0px 21px;
  text-align: justify;
}

form {
  margin: 0px;
}

form td {
  padding: 2px;
  text-align: right;
  vertical-align: top;
}

h1 {
  color: #B43C0F;
  font-size: 16px;
  font-variant: small-caps;
}

h2 {
  clear: both;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}

h3 {
  font-size: 12px;
  font-variant: small-caps;
  margin: 0px;
}

h4 {
  border-bottom: 1px solid #D7D7D2;
  border-top: 1px solid #D7D7D2;
  font-size: 12px;
  font-variant: small-caps;
  padding: 5px 0px 5px 0px;
  text-align: center;  
}

h5 {
  font-size: 14px;
  margin: 0px;
}

h6 {
  border-bottom: 1px solid #D7D7D2;
  font-size: 12px;
  font-variant: small-caps;
  margin-top: 0px;
  padding-bottom: 10px;
  text-align: center;  
}

img {
  border: none;
}

.box {
  border: 1px solid #000000;
  font: 12px "Book Antiqua", Georgia, "Times New Roman", Times, Sans-Serif;
  width: 225px;
}

p {
  margin: 0px;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0px;
}

#center {
  margin: auto;
  width: 708px;
}

#currency {
  color: #F0F0EB;
  float: left;
  padding: 25px 0px 11px 0px;
  text-align: center;
  width: 708px;
}

#currency a {
  color: #F0F0EB;
}

#header {
  background-image: url(../img/header_background.png);
  float: left;
  height: 129px;
  width: 708px;
}

#container {
  background-image: url(../img/container_background.png);
  float: left;
  width: 708px;
}

#content {
  background: url(../img/content_background.png) no-repeat;
  float: left;
  padding: 30px 25px 16px 29px;
  width: 425px;
}

.separator {
  margin: 10px 0px 10px 0px;
}

.photo {
  border: 1px solid #000000;
  float: right;
  margin: 0px 0px 10px 25px;
}

#items {
  list-style-type: decimal;
}

#menu {
  background: url(../img/menu_background.png) repeat-x;
  float: right;
  margin: 0px;
  padding: 20px 4px 16px 0px;
  width: 225px;
}

#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  height: 20px;
  padding: 10px 0px 0px 25px;
}

#selected {
  background: url(../img/menu_selected.png) no-repeat;
}

#menu object {
  background: none;
  padding: 0px;
}

#footer {
  background: url(../img/footer_background.png) no-repeat;
  color: #F0F0EB;
  float: left;
  height: 39px;
  text-align: center;
  width: 708px;
}

#footer a {
  color: #F0F0EB;
}