* {
  margin: 0;
  padding: 0;
}

html, body {
   /* height: 100%; Required margin-bottom: 1px; */

}


body {
	background:#000000;
	color:#ffffff;
	text-align: center;
}

A:link {color: #cc0000; text-decoration: none}
A:visited {color: #cc0000; text-decoration: none}
A:active {color: #cc0000; text-decoration: none}
A:hover {color: #cc0000; text-decoration: underline;}

/* LAYOUT AND STYLES */
body {
background-image: url(images/vt_stripe.gif);
background-repeat:repeat-x;
background-position: top center;

}

#container-page {
  border: 0;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  margin: 0 auto;
  width: 724px;
  text-align: left;
  position: relative;
}

#container-head {
 border: 0px solid #000000;
 width: 747px;
 height: 136px;
 padding: 0; margin: 0;
}


#container-content {
  padding: 0;
  padding-top: 85px;
}


#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#container-content .vtbox-l, #container-content .vtbox-r {
float:left;
padding:0;
padding-right:16px;
padding-bottom: 20px; height: 253px;
width: 349px;
border: solid 0px white;
overflow: hidden;
}

#container-content .vtbox-r {
padding-right: 0;
}

#container-content .vt{
display: block;
width:349px;
height:226px;
background-image: url(images/vt_tape_border.gif);
background-repeat: no-repeat;
}

#container-content .vn{
font-size:16px;font-family:Arial;padding-left:8px;
line-height: 16px;

}


#container-content .vt a {
padding:23px;display:block
}

#content-pri {
  width:570px;
  float: right;
  font-family: Garmond, Georgia, "Times New Roman", Times, serif;
  line-height: 21px;
  font-size: 11px;
  border-top: 0px solid #000000;
}

#content-pri P {
  padding-bottom: 20px;
  padding-right:10px;
}

#content-head {
  padding: 1;
/*  width: 200px;
  height: 40px;
  float: left;
*/
height: 1%;
  display: table;
}



#container-foot {
  width: 100%;
  background: orange;
  background-image: url('images/footer_bg.gif');
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 26px;
}

#foot {
  clear: left;
  width: 700px;
  font-size:20px;
  font-family:Arial;
  padding-top:20px;

}
#foot TD {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: white;
  font-weight: bold;
  font-size: 11px;
}