html, body {
  height: 100%;
  font-size: 11pt;
  font-family: Verdana;
}

body {
  margin: 0;
  padding: 0;
  background-color: #555555;
  color: #ffffff;
}
    
td.left_border {
  width: 20px;
  background-image: url('../includes/left_border.png');
}

td.right_border {
  width: 20px;
  background-image: url('../includes/right_border.png');
}

td.content {
  background-color: #000000;
}

#center {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 775px;
  height: 145px;
  background-image: url('../images/dvm_banner.jpg');
}

#videobar {
  width: 775px;
  height: 6px;
  background-image: url("../images/video_bars.jpg");
}

.page_title {
  font-weight: bold;
  color: #fff100;
  font-size: 15pt;
}

.page_title_red {
  font-weight: bold;
  color: #e20a16;
  font-size: 15pt;
}


#navbar {
  width: 775px;
  height: 178px;
  overflow: hidden;
}

#page_wrapper {
  width: 775px;
  background-image: url("dvm_back.jpg");
  background-repeat: repeat-x;
}

#page_content {
  padding: 10px;
}

