body {
  background-color: #000000;
}

div, span, p, br, h1, h2, h3, h4, h5, h6, li, ul, img {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: none;
}
  
h1 {
  font-family: arial, sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: 100;
}
  
hr {
  margin-bottom: 15px;
  border-color: #FFFFFF;
  opacity: .7;
  filter: alpha(opacity=70);
}

.arrow {
  margin-bottom: 12px;
  border-color: #FFFFFF;
  opacity: .7;
  filter: alpha(opacity=70);
  text-align: center;
}

.imgmaplogo {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   z-index: 50;
   text-align: left;
}

.arrow:hover {
  cursor: hand; cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
  
.page {
  background-image: url(/static/images/inkedawards2009/background_full.jpg);
  position: relative;
  padding: 0px 0px 0px 0px;
  height: 920px;
  width: 936px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 3;
  overflow: none;
}


.menu_header {
  display: block;
  position: absolute;
  top: 100px;
  z-index: 30;
}

.leaderboard {
  background-color: #773300;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 728px;
  overflow: hidden;
  text-align: center;
}

.menu_stripe {
  display: inline;
  border-top: solid #EEEE00 1px;
  border-top-style: inset;
  background-color: #000000;
  height: 54px;
  position: absolute;
  top: 185px;
  width: 99%;
  z-index: -10;
}

.menu_stripe_shadow {
  display: inline;
  border-top: solid #FFFF00 1px;
  background-color: #000000;
  height: 1px;
  position: absolute;
  top: 241px;
  width: 99%;
  z-index: -10;
}

.main_container {
  height: 810px;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  overflow: hidden;
}

.column_left {
  background-color: #000000;
  margin-top: 130px;
  padding-top: 90px;
  width: 244px;
  height: 780px;
  position: relative;
  float: left;
  overflow: hidden;
}

.feature_thumbnail_container {
  background-color: #000000;
  margin-bottom: 18px;
  margin-left: 20px;
  margin-right: 20px;
  width: 204px;
  height: 226px;
  overflow: hidden;
}

.feature_thumbnail {
  background-color: #000000;
  width: 204px;
  height: 202px;
  overflow: hidden;
}

.feature_thumbnail_text {
  background-color: #000000;
  width: 204px;
  height: 24px;
  margin-top: 8px;
  text-align: left;
  overflow: hidden;
}

.column_right {
  margin-top: 192px;
  position: relative;
  float: right;
  width: 536px;
  height: 780px; /* was 780px */
  overflow: hidden;
}

.content {
  display: none;
  color: #FFFF00;
  font-family: arial, sans-serif;
  font-size: 17px;
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 0px;
  text-align: left;
  height: 630px; /* was 428px */
  width: 99%;
  overflow: hidden;
}

.vote_now_button {
  margin-left: -4px; 
  margin-top: 8px;
}

.vote_now_button:hover {
  cursor: hand; cursor: pointer;
}

.menu_item {
  display: inline;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  cursor: pointer; cursor: hand;
}

.menu_item:hover {
  margin-bottom: 4px;
  border-bottom: solid #FFFF00 1px;
}

.submit_button {
  display: inline;
  cursor: pointer; cursor: hand;
}

.logo {
  display: inline;
  position: absolute;
  left: 30px;
  top: 111px;
  z-index: 20;
  text-align: left;
}

.menu_options {
  display: inline;
  text-align: left;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 394px;
  top: 178px;
  z-index: 20;
  width: 500px;
  overflow: hidden;
}

.entrant {
  color: #FFFFFF;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 15px;
}

.entrant a {
  color: #FFFFFF;
  text-decoration: none;
}

.entrant a:hover {
  text-decoration: underline;
}

.entrant i {
  font-weight: 100;
  font-size: 10px;
}

.email {
  background-color: #220000;
  border: solid #AAAAAA 1px;
  color: #FFFFFF;
}

