
body {
	width: 670px;
	margin: 0px;
	padding: 0px;
	background-color: #F7F1FB;
	background-image: url(Images/Background2.bmp);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	letter-spacing: 0px
}

a img { 
		border: 0;
}

#videoHead {
	position: absolute;
		top: 100px;
	left: 100px;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#videoSection1 {
	position: absolute;
		top: 250px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#videoSection2 {
	position: absolute;
		top: 500px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#videoSection3 {
	position: absolute;
		top: 750px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}

#home {
	position: absolute;
		top: 30px;
	left: 790px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Home.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#next {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Next.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#previous {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Previous.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}

.videoTitle {
	background-image: url(Images/HeadingWide.bmp);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: White;
		margin-top: 10px; 
		margin-right: 4px; 
		margin-bottom: 4px; 
		margin-left: 4px; 
	padding-left: 4px;
}
.videoLeft {
	float: left;
	padding-top: 8px;
	margin-left: 4px;
}
.videoRight {
	padding-top: 4px;
	padding-left: 350px;
	padding-bottom: 10px;
}
p {
	margin: 4px;
	padding-left: 4px;
}
table {
	margin: 4px;
	padding-left: 4px;
}
td {
	border-color: #666666;
	border-style: inset;
	border-width: 0px 0px 1px 0px;
	padding: 8px;
}
th {
	padding: 8px;
	background-color: #666666;
	color: #F7F1FB;
}
