body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1030px;
	top: 0px;
	background-color: #ffffff;
	left: 30px;
}
#centered {
  position: relative;
  top: 10px;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  padding: 0;
}



#div1 {
	position: absolute;
	z-index:3;
	left: 0px;
	top:20px;
	padding: 0px;
	width:1000px;
	height:65px;
	border-top:2px solid black;
	border-bottom: none;
	border-left:none;
	border-right:none;
}

#div2 {
	position: absolute;
	z-index:3;
	left: 0px;
	top:85px;
	padding-top:50px;
	width:150px;
	border-top:1px solid black;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

#div3 {
	position: absolute;
	z-index:3;
	left: 175px;
	top:85px;
	padding-top:10px;
	width:490px;
	border-top:1px solid black;
	border-bottom:none;
	border-left:none ;
	border-right:none;
}

#div4 {
	position: absolute;
	z-index:3;
	left: 690px;
	top:85px;
	padding-top:10px;
	width:310px;
	border-top:1pt solid black;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

#div5 {
	position: absolute;
	z-index:3;
	left: 175px;
	top:85px;	
	width:490px;
	padding-top:0px;
	padding-bottom: 5px;
	border-top:none;
	border-bottom:2pt solid black;
	border-left:none;
	border-right:none;
	
}

#div6 {
	position: absolute;
	z-index:5;
	left: 690px;
	top:140px;
	width:310px;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

#content1, #content2, #content3, #content4, #content5, #content7, #content8, #content9 {
	position:relative;
	z-index:3;
	left: 0px;
	top:0px;	
	width:inherit;
	padding-top:10px;
	padding-bottom: 15px;
	border-top:none;
	border-bottom:1pt dotted black;
	border-left:none;
	border-right:none;
}

#content6  {
	position:relative;
	z-index:3;
	left: 0px;
	top:0px;	
	width:inherit;
	padding-top:0px;
	padding-bottom: 15px;
	border-top:none;
	border-bottom:1pt dotted black;
	border-left:none;
	border-right:none;
}

.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.3em;
  letter-spacing:0.1em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}


.bodytext {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration: none;
	font-weight: normal;
	color:#666666;

}
.bodytext2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration: none;
	font-weight: normal;
	color:#666666;
	padding:none;
	
}
.bodytext2noir {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px ;
	font-style:normal;
	line-height:17px;	
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	padding:none;
	
}
.credit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	line-height:1.2em;
	text-decoration: none;
	font-weight: normal;
	color:#999999;
	float:right;
	text-align:right;
	padding-right:10px;
	padding-left:120px;
	
	
}
a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
	padding:none;
	
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
	padding:none;
}
a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration: underline;
	font-weight: normal;
	color:#999999;
	padding:none;
}
a:active {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px ;
	font-style:normal;
	line-height:17px;	
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
	padding:none;
}

