/* CSS Document */
#content{
width:957px;
height:620px;
background:#000000;
margin:0px auto 0px 11px;
position: relative; 
}

#content .skip{
width:150px;
height:25px;
float:right;
margin:0px 0px 0px 0px;
}

#content .skip img{
border:none;
/*text-align: left;
position:static;
z-index: 100;
left: 0px;*/
}


	
#content object{
margin:0px 0px 0px 0px;
overflow:inherit;
}



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

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

.contentBox h1{
font:bold 16px Arial, Helvetica, sans-serif;
color:#1C1916;
margin:10px;
}

.contentBox p{
font:normal 14px Arial, Helvetica, sans-serif;
color:#1C1916;
margin:10px;
line-height:19px;
}

.video{
width:279px;
height:208px;
float:left;
margin:7px 0px 0px 13px;
}
.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;
}


