body {
	background:#6D6E66;
	font-family:tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:76%;
	text-align:center;
	margin: 0 0 0 0;
}
a {
  color:#fff;
  text-decoration:none;
}
div#wrapper {
	width:950px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background:#fff;
	background:url(../images/ds_back.jpg) 0 0 repeat-y;
}
div#header {
  position:relative;
  width:950px;
  height:645px;
  background:url(../images/ds_header.jpg) 0 0 no-repeat;  
}
div#dsbody {
  padding-bottom:25px;
}
div#vidPlayer {
  position:absolute;
  bottom:26px;
  left:100px;
}
div#dsform {
	position:absolute;
	width:298px;
	top:430px;
	right:85px;
	left: 564px;
}
div#col_center {
  width:740px;
  margin-left:109px;
  float:left;
}
#dsbottom {
  width:950px;
  height:10px;
  background:url(../images/ds_bottom.jpg) 0 0 no-repeat;
  float:left;
  clear:both;
}



h1 {
  color:#C1272D;
  font-size:24px;
  font-weight:bold;
  letter-spacing:-.02em;
}
h2 {
  color:#000;
  font-size:19px;
  margin:10px;
  letter-spacing:-.02em;
}
.red {
  color:#Df0000;
}
#col_left p {
  font-size:16px;
}
#col_right p {
  font-size:12px;
  color:#333;
  margin:10px;
}


.buttonnorm {
  font-family: Trebuchet MS,Verdanna,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 180px;
  height: 65px;
  background-image: url(../images/submit_btn.png);
  background-color: transparent;
  border-style: none;
  color: #000;
}
.buttonover  {
  font-family: Trebuchet MS,Verdanna,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 180px;
  height: 65px;
  background-image: url(../images/submit_btn_over.png);
  background-color: transparent;
  border-style: none;
  color: #999;
}
  .button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(../images/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 13px 5px;
	background-color: #CC3333;
}



  /*    CLEARING FLOATS & HACKS */
.clearfix:after 	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix 		{
	display:inline-table;
}

* html .clearfix 	{
	height:1%;
}

.clearfix 		{
	display:block;
}
/*     END ClEAR FIX HACK */
