/* CSS Document */


 @font-face {
    font-family: Helvetica World;
    font-style:  normal;
    font-weight: normal;
    src: url(../font/HELVETI0.eot);
  }
  
  @font-face {
    font-family: Helvetica World;
    font-style:  normal;
    font-weight: 700;
    src: url(../font/HELVETI0.eot);
  }


#content{
width:957px;
height:auto;
background:url(../images/contentbg3.jpg) center no-repeat;
background-color: #000;
margin:0px auto 0px 11px;
}

.left{
width:500px;
float:left;
height:auto;
}

.contentBox{
width:455px;
height: auto;
float:left;
margin:20px 0px 0px 13px;
background:url(../images/white.png) repeat;
}

.contentBox h1{
font:bold 17px "HelveticaNeueLT Std",Arial; 
color:#1C1916;
margin:10px 10px 5px 10px;
}

.contentBox p{
/*font:normal 14px Arial, Helvetica, sans-serif;*/
/*font-family: Helvetica World;
font-size:14px;
font-weight:bold;*/
font:normal 14.9px "HelveticaNeueLT Std",Arial;
color:#1C1916;
margin:0px 10px 5px 10px;
padding:5px 0;
line-height:19px;
}

.video{
width:279px;
height:208px;
}
.right{
width:450px;
height:auto;
float:left;
}

.heading{
padding:3px;
background:#2C261D;
margin:15px 10px 10px 10px;
float:right;
}

.heading a{
font:bold 15px Arial, Helvetica, sans-serif;
text-decoration:none;
color:#C8C8C8;
}

