/* CSS Document */

body {
  font-family: arial;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
}

ul {
  margin: 0;
}

td {
  vertical-align: top;
}

#wrapper {
  width: 692px;
  margin: 0 auto;
}

logo {
  margin: 0;
  border: 0;
}

#menu {
  margin: 0;
  padding: 16px 16px 16px 16px;
  background-image: url('images/menu.jpg');
  font-size: 12px;
  color: black;
  width: 660px;
  height: 12px;
  border-bottom: 1px solid white;
}

#menu ul {
  list-style: none;
}

#menu li {
  display: inline;
}

#world {
  background-image: url('images/world.jpg');
  width: 692px;
  height: 203px;
  float: left;
}

#nav {
  border: 1px solid white;
  padding: 15px;
  margin: -175px 20px 0 0;
  float: right;
  width: 150px;
  height: 175px;
  background-color: rgb(255,175,0);
  font-size: 12px;
  color: black;
}

#nav ul {
  list-style: none;
}

#nav hr {
  color: white;
  height: 1px;
}

#title {
  float: left;
  width: 470px;
  padding: 5px 10px 5px 10px;
  height: 22px;
}

#title h1 {
  font-size: 20px;
  font-weight: normal;
  color: rgb(5,62,131);
}

#content {
  margin: 10px 5px;
  font-size: 12px;
  color: rgb(5,62,131);
  width: 672px;
  clear: both;
}

#content h5 {
  margin-top: 10px;
  color: black;
}

#content h6 {
  color: rgb(255,150,10);
  font-size: 12px;
}

.img_left {
  float: left;
  border: 1px solid rgb(2,175,217);
  margin-right: 10px;
}

.img_right{
  float: right;
  margin-left: 10px;
  border: 1px solid rgb(2,175,217);
}

#content_left {
  float: left;
  width: 467px;
  padding-left: 5px;
  padding-right: 10px;
}

#content_right {
  float: right;
  width: 175px;
  padding-left: 15px;
}

#footer {
  clear: both;
  width: 692px;
  height: 10px;
  background-color: rgb(0,67,120);
  padding: 20px;
}

#footer h5 {
  color: white;
  font-size: 10px;
}



