/* CSS Document */

/*Color Key*/
/*
 
text="#CC3366" 
link="#669999"
*/



/*Video Page Styles*/

#mainContainerVideoPage {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	width: 700px;
	height: 400px;
	background-color: white;

}

#videoContainer  {
	position: absolute;
	top: 50px;
	left: 270px;
	width: 320px;
	height: 240px;
	border: thin black solid;

}

#logo_videoPage {
	position: absolute;
	top: 0px;
	left: 0px;

}

#mainNavContainer_videoPage  {
	Position: absolute;
	top: 84px;
	left: 60px;
	width: 140px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

#closeWindowLink {
	position:absolute;
	left:390px;
	top:291px;
	width:107px;
	height:18px;
	z-index:1;
	color: #336666;

}

