@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.videoheaderdiv{
	background-image: url(images/Video-Scraps-Header.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right:auto;
}

.videoheaderdiv h1{
	display: none;
}

.videos{
	float: left;
	width: 640px;
}

.blurb{
	float: left;
	width: 200px;
	text-align: justify;
	padding-left: 60px;
}

.videoDiv{
	width: 110px;
	height: 110px;
	padding-right: 10px;
	float: left;
}

.videoDiv h3{
	font-size: 12px;
}

.videoThumb{
	background-repeat: no-repeat;
	height: 72px;
	background-position: bottom left;
}

a{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.videoplayerelems{
	float: left;
}

#videonotes{
	width: 200px;
	padding-right: 80px;
	text-align: justify;
}

#videoplayer{
	width: 400px;
}

#morevideos{
	width: 220px;
	text-align: right;
}



.smallvideodiv{
	background-position: right;
	background-repeat:no-repeat;
	padding-right: 100px;
	text-align: right;
	vertical-align: bottom;
	height: 64px;
}
