body {
	margin:0px;
	padding:0px;
	min-width:940px;
}

a img {
  border: none;
  outline: none;
}

#header{
	background-image: url(../images/headerbackground_new.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:489px;
	background-position: center top;
	margin:0 auto;	
	text-align:center;
}

#headercontainer{
	width:940px;
	margin:0 auto;
	/*padding-top:150px;*/
	padding-top:30px;
}

#menu{
	padding-top:25px;
}
#datacontainer{
	width:100%;
	background-image: url(../images/pagebg.jpg);
	background-repeat:repeat-y;
	background-position: center;
	height:auto;
	margin:0 auto;
	text-align:center;	
}
#data{
	width:740px;
	margin:0 auto;
  position: relative;
  top: -70px;
}

  #promobox{
    width: 970px;
    height: 590px;
    position: relative;
    margin: 0 -115px;
    background: transparent url(../images/promobox.jpg) no-repeat 50% 100%;
  }
    a#promolink {
      display: block;
      width: 100%;
      height: 200px;
      margin: 20 auto;
      
      text-indent: -5000px;
    }

  #home_video_frame {
    width: 580px;
    height: 350px;
    margin: 0 auto;
  }
  #home_video_player {
    width: 580px;
    height: 350px;
  }
  

#footer{
	background-image: url(../images/newfooterbg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:378px;	
	background-position: center top;
	text-align:center;
}
#footercontainer{
	margin:0 auto;
	width:940px;
}
#footerdata{
	padding-left:160px;
	padding-top:130px;
}
.font{font:Arial;font-weight:bold;color:#3399cc;font-size:14px;}
.ununderline{text-decoration:none;}
h1{
	font-size:24px;
	color: #A1281E;
	font-weight:bold;
	font-family:Georgia,Helvetica;
}
.textcenter{ text-align:center; }
.textleft{ text-align:left; }
.mar0{ margin:0 auto; }
.width300 { width:300px; }
.width430{ width:430px; }
.width220{ width:220px; }
.padleft8{ padding-left:8px; }
.padleft50{ padding-left:50px; }
.padright50{ padding-right:50px; }
.leftfloater{
	float:left;
}
.rightfloater{
	float:right;
}
.clear{
	clear:both;
}