body, html {
  color: #ddd;
  background-color: #000;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body, html, input, textarea, li {
  font-family: 'verdana', 'arial';
  font-size: 9pt;
}

a {
  font-weight: normal;
  text-decoration: none;
  color: #a3a3a3;
}

a:hover {
  color: #ff5200;
}

table {
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

table td, table th {
  border: none;
  padding: 0px;
  margin: 0px;
}

a img {
  border: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul li {
  padding: 0px;
  margin: 0px;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}


/************************
 * .TWOCOLOR
 ************************/
.twocolor {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-family: 'arial narrow', 'arial';
  font-size: 14px;
  text-transform: uppercase;
}

.twocolor span {
  color: #dd3800;
}



/************************
 * PAGE
 ************************/

#center {
  height: 100%;
  width: 100%;
}

#center td {
  vertical-align: center;
}


#page {
  position: relative;
  width: 750px;
  margin: auto;
  background-color: #333
}


/************************
 * LOGO
 ************************/

#logo {
  height: 100px;
  background: transparent url('img/logo.gif') 40px 37px no-repeat;
}


/************************
 * EYE (middlegraphics)
 ************************/

#eye {
  height: 130px;
  background: transparent url('img/middlegraphic.jpg') left top no-repeat;
}


/************************
 * TOPMENU
 ************************/

#topmenu {
  height: 16px;
  background: transparent url('img/topmenu-bg.gif') left top repeat-x;
}

#topmenu ul li {
  margin-top: 2px;
  padding-top: 1px;
  height: 12px;
  width: 80px;
  float: left;

  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  font-family: 'Arial';
  border-right: 1px #969696 solid;
}

#topmenu ul li a {
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
}



/************************
 * MAIN
 ************************/

#main {
  background: transparent url('img/main-divider.gif') left top repeat-x;
  padding: 20px 10px;
  height: 210px;
}

#main .header {
  border-bottom: 1px #555 solid;
  padding-top: 5px;
  height: 25px;
  text-align: center;
}

#main .content {
  padding: 25px 30px;
}
 
#main .explore {
  float: left;
  border-right: 1px #555 solid;
  width: 170px;
  height: 100%;
}

#main .explore ul li {
  color: #999;
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Arial';
}

#main .explore ul li a:hover {
  color: #dd3800;
}

/*
#main .explore .header {
  background: transparent url('img/exploretheworld.gif') center center no-repeat;
}
*/
 
#main .photos {
  float: left;
  border-right: 1px #555 solid;
  width: 165px;
  height: 100%;
}

#main .photos .content {
  padding-left: 19px;
  padding-right: 0px;
}

#main .photos .photo {
  height: 125px;
  width: 125px;
/*  background-color: #1d2436; */
  border: 1px #555 solid;
  overflow: hidden;
}

#main .photos .photo img {
  height: 100%;
  width: 100%;
}

/*
#main .photos .header {
  background: transparent url('img/latestphotos.gif') center center no-repeat;
}
*/

#main .map {
  float: left;
  width: 390px;
  height: 100%;
  background: transparent url('img/worldmap-trans.gif') center 45px no-repeat;
}

#main .map .header {
  background: transparent url('img/oneeyeworld.gif') center center no-repeat;
  margin: -10px;
  height: 35px;
}

/************************
 * FOOTER
 ************************/
#footer {
  clear: both;
  background: transparent url('img/footer-bg.gif') left top repeat-x;
  padding: 5px;
}

#footer .copy {
  text-align: right;
  color: #888;
  font-size: 7pt;
}

