h1 {
  color: #909090;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 10px;
  margin-left: 15px;
  padding: 0;
}

#imgstrip {
  position: relative;
  width: 817px;
  height: 180px;
  border: 0px;
  margin-left: 0px;
  float: left;
  text-align: center;
}


#mainblock {
  width: 810px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  text-align: left;
}

#sep {
width: 10px;
height: 135px;
float:left;
}

#leftside {
  width: 390px;
  margin-left: 0px;
  margin-top: 0px;
  text-align: center;
  float:left;
}

#rightside {
  width: 390px;
  margin-left: 0px;
  margin-top: -10px;
  text-align: center;
  float:left;
}

p.quote {
color: #A0A0A0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10.5pt;
line-height: 18px;
margin-top: 14px;
margin-bottom: 2px;
text-align: center;
}

p.credit {
color: #A0A0A0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt;
margin-top: 0px;
margin-right: 0px;
text-align: right;
}

p.strapline {
color: #A0A0A0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt;
margin-top: 14px;
margin-left: 18px;
margin-right: 0px;
text-align: left;
}

#slide {
 clear:both;
 width: 570px;
 margin: auto;
 position: relative;
}

#vid {
	position: relative;
	padding-bottom: 66.75%; 
	padding-top: 0px;
	height: 0;
}
#vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 650px) {
  #slide { width : 98%; margin: auto; float: none; }
  #imgstrip { width: 100%; height: auto; }
  #mainblock { width: 100%; }
  #leftside { width: 98%; float:none; margin: auto; }
  #rightside { width: 100%; margin-left: 0; margin-top: 10px; }
  #sep { display: none; }
}