@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;
	position: relative;
	margin: auto;
/* border: medium #000 solid; */
 
}

#Header {
	position: relative;
	
}

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

#blurb {
	position: relative;
	top: 40px;
	width: 245px;
	float: right;
	text-align: right;
}


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

#QuickTimePlayer {
	position: relative;
	top: 40px;
	height: 385px;
	width: 645px;
	float: left;
	background-image: url(images/QuickTimePlayer_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;a:link
}


#ContentBox {
	position: relative;
	top: 20px;
	width: 645px;
	float: left;
}

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

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