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


a img {border: none; } 

a:link {
	color: #666;
	text-decoration: none;

}


a:hover {
	color: #CCC;
	background-color: #333;
}

a:visited {
	color: #333;
	text-decoration: none;
}


a:active {
	color: #000;
	background-color: #000;
}




.style01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.style02 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
}

.style03 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #36F
}

.style04 {
	font-family: Verdana, Geneva, sans-serif;
	color: #36F;
	font-weight: bold;
	font-size: 12px;
}

.style05 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.style06 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 10px;
}

.style07 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

.noHover {
	font-family: Verdana, Geneva, sans-serif;
}
a:hover .noHover {
	background-color: #fff;
}
a:active .noHover {
	background-color: #999;
}

.noHover2 {
	font-family: Verdana, Geneva, sans-serif;
}
a:hover .noHover2 {
	background-color: #fff;
}
a:active .noHover2 {
	background-color: #fff;
}

#wrapper {
	width: 900px;
	top: 10px;
	height: 800px;
	position: relative;
	margin: auto;
	/*border: medium #000 solid; */
 
}


#Header {
	position: relative;
	
}

#Nav {
	position: relative;
	top: 0px;
}

#wave {
	position: relative;
	Top: 10px;
	text-align:right;
}

#QuickTimePlayer {
	position: relative;
	top: 30px;
	left: 125px;
	height: 380px;
	width: 650px;
	background-image: url(images/QuickTimePlayer_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#blurb {
	position: relative;
	top: 80px;
	width: 650px;
	left: 125px;
	float: left;
	text-align: left;
}

#Workblurb {
	position: relative;
	top: 60px;
	width: 650px;
	left: 47.5px;
	float: left;
	text-align: left;
}

#VideoTitle {
	position: relative;
	top: 15px;
	left: 125px;
	width: 650px;
}

#WorkTitle {
	position: relative;
	top: 25px;
	left: 47.5px;
	width: 700px;
}

#ContentBox {
	position: relative;
	top: 40px;
	left: 47.5px;
	width: 805px;

}

#footer {
	position: relative;
	width: 900px;
	float: left;
	top: 150px;
	text-align: center;
	
	
}

#VideoFooter {
	position: relative;
	width: 900px;
	float: left;
	top: 150px;
	text-align: center;	
	
}

#back {
	position: relative;
	top: 20px;
	text-align: left;
}
