body, html {
  margin: 0;
  padding: 0;
  color: #7f7f7f;
  background: #050505;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#wrapper {
  width:2880px;
  margin: 0 auto;
  padding-left: 20px;
}

#header {
 	padding: 20px 0 5px 20px ;
}

  #logo {
    float: left;
  }

  #back {
    float: left;
    margin-left: 20px;
    margin-top: -4px;
  }

  #back a {
    margin-top: -4px;
  }

  #header ul {
    float: left;
    margin: -4px 0px 0px 20px;
    color: #002e3c;
  }

  #header li.active {
    color: #7f7f7f;
  }

#footer {
  clear:both;
  padding: 60px 10px 10px 10px;
  text-align: center;
}

  * html #footer {
    height:1px;
  }

.content_row {
  padding-top: 80px;
}

  .content_row div {
    float: left;
  }
  .content_row .left_div {
    width: 460px;
    padding-right: 20px;
  }
  .content_row .right_div {
    width: 460px;
  }

.image_row {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
}

  .image_row div {
    float: left;
  }

  .image_row .left_div {
    margin-right: 20px;
  }

ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
  text-align: justify;
}

h1,
h2 {
  padding:5px 0 25px 0;
  font-size: 36px;
  font-weight: bold;
}

h3 {
  color: #ebebeb;
  font-size: 18px;
  font-weight: bold;
}

.left_div object {
  margin-bottom: 20px;
}

a { 
  color: #00b9f1;
  text-decoration: none;
}
  a:hover,
  a:active {
    color: #ebebeb;
    background-color: #000;
  }

a span {
  color: #ebebeb;
  margin-right: 0.5em;
}

.bold {
  font-weight: bold;
}
.caption { color: #ebebeb; }
  .caption .title { font-weight: bold; }
  .caption .co { color: #7f7f7f; }

.label,
.title { color: #ebebeb; }


dt {
  float: left;
  width: 200px;
  color: #ebebeb;
  font-weight: bold;
  margin-bottom: 0.5em;
}

dd {
  color: #ebebeb;
  margin-bottom: 0.5em;
}

.bright,
#about p {
  color: #ebebeb;
}

#fancy_wrap a {
  background-color: transparent;
}

hr {
  width: 100%;
  border: none;
  height: 1px;
  color: #7f7f7f;
  background-color: #7f7f7f;
  margin-top: 10px;
  margin-bottom: 10px;
}

#name,
#email,
#message,
#submit {
  background-color: #ebebeb;
  border: 1px solid black;
}

label {
  display: block; 
  clear: left;
  float: left;
  width: 50px;
  margin-top: 7px;
  padding-bottom: 10px;
}

#name,#email {
  width: 408px;
  float: left;
}

#message {
  margin-left: 50px;
  margin-bottom: 10px;
  width: 408px;
}

#submit {
  margin-left: 50px;
  width: 410px;
  background-color: #00b9f1;
  color: #ebebeb;
}



