body {
  background: #6d62c4 url("images/b7.jpg") top left repeat-x;
  margin: 0 0 0 0;
  text-align: center;
}

.container {
  background: url("images/sidebar4.jpg") top left repeat-y;
  min-height: 500px;
  width: 800px;
  margin: 0px auto;
  border: 0px solid white;
}

.logo {
  background: url("images/logo3.jpg") top left no-repeat;
  width: 105px;
  height: 165px;
  float: left;
  padding: 0px;
}

.logo img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.logo a:hover {
}

.top {
  background: url("images/top9.jpg") top left no-repeat;
  height: 195px;
  width: 800px;
}

.language {
  float: right;
  background: url("images/b3.png") top right repeat-y;
  text-align: right;
  padding: 5px;
  width: 500px;
}

.language p {
  font-family: Georgia;
  font-size: 9pt;
  margin: 0px;
}

.language a {
  color: #202560;
  text-decoration: none;
}

.language a:hover {
  color: black;
  border-bottom: 3px solid #202560;
}

.menu {
  margin-left: 162px;
  margin-top: 15px;
  margin-right: 15px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  text-align: center;
  border: 0px solid black;
}

.menu ul {
  font-family: Georgia;
  font-size: 11pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 150%;
}

.menu ul li {
  display: inline;
  text-transform: uppercase;
}

.menu a {
  color: #f9f6e9;
  color: #ffff00;
  text-decoration: none;
}

.menu a:hover {
  color: white;
  border-bottom: 3px solid #f9f6e9;
}

.content {
  margin-left: 162px;
  text-align: left;
  border: 0px solid black;
  margin-right: 15px;
}

.content p, 
.content ul,
.bottom p {
  font-family: Georgia;
  font-size: 9pt;
  color: white;
  line-height: 200%;
}

.bottom p {
  margin: 0px;
  padding: 0px;
}

.content p a {
  color: #ffff00;
  border-bottom: 1px dotted #ffff00;
  text-decoration: none;
}

.content p a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.bottom {
  border-top: 1px dotted white;
  padding-top: 15px;
  margin-left: 162px;
  text-align: right;
  clear: both;
}

.bottom img {
  margin: 5px;
  border: 0px;
}

.right {
  float: right;
  margin: 5px;
  padding: 5px;
  border: 1px solid #f9f6e9;
}

.left {
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #f9f6e9;
}

.largephoto {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #f9f6e9;

}

td {
  text-align: center;
  padding-right: 10px;
}