body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  color: white;
  font-size: 1em;
  background-color: #05090b;
  background-image: url('../img/bg.png');
  background-repeat: repeat-x;
  font-family: garamond, times, arial;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
}

img {
  border: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.underlinemenu{
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  width: 400px;
  height: 80px;
  margin-top: 117px;
  float: right;
  z-index: 3000;
}

/*DIV Elements*/
#page_wrapper {
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
}

#page_header {
  height: 167px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
  
#logo {
  width: 370px;
  position: relative;
  float: left;
  z-index: 500;
}

#menu {
  width: 400px;
  height: 60px;
  float: right;
  text-align: right;
  z-index: 1000;
}
  
#main_bar {
  width: 100%;
  height: 400px;
  background-color: white;
  background-image: url('../img/bar.png');
  background-repeat: repeat-x; 
}

#main_bar_content {
  width: 1000px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#main_bar_flash {
  width: 1000px;
  height: 400px;
}

#sub_bar_content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#sub_bar_info {
  width: 300px;
  float: left;
}

#sub_bar_recent {
  width: 300px;
  height: 400px;
  float: left;
  margin-left: 50px;
}

  .recent_thumb {
    border: solid #1e1e1e 2px;
  }
  
  .recent_thumb:hover {
    border: solid white 2px;
  }

#sub_bar_contact {
  width: 300px;
  height: 400px;
  float: right;
}

  .textfield {
    border: solid white 0px;
    width: 204px;
    height: 18px;
    color: black;
    float: right;
    padding-left: 6px;
    margin-bottom: 6px;
    background: transparent url('../img/text_field.png') no-repeat;
  }
  
  .dropdown {
    border: solid white 0px;
    width: 200px;
    height: 20px;
    color: black;
    float: right;
    padding-left: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
    background: transparent url('../img/text_field.png') no-repeat;
  }
    
    .option {
      background-color: white;
    }
  
  .textarea {
    border: solid white 0px;
    width: 280px;
    height: 100px;
    color: black;
    padding-left: 6px;
    padding-right: 18px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 6px;
    background: transparent url('../img/text_area_middle.png') repeat-y;
  }
  
  .submit {
    border: solid 0px #ffffff;
    height: 20px;
    width: 60px;
    background: transparent url('../img/submit_button.png') no-repeat;
    margin-top: 74px;
  }

#footer {
  width: 100%;
  height: 46px;
  padding-top: 6px;
  text-align: center;
  background: black;
  /*background: url('../img/bar2.png') repeat-x bottom;*/
}

#footer a {
  color: white;
}

#footer a:visited a:hover {
  color: white;
}