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

#apPageContent {
	position:relative;
	width:1000px;
	height:465px;
	z-index:1;
	border: 5px solid #333333;
	left: 45px;
	background-repeat: no-repeat;
	background-image: url(../images/bgds/thesun2.jpg);
}

#apVideoEmbed {
	border: 2px solid #FDB400;
	position: absolute;
	height: 360px;
	width: 480px;
	top: 51px;
	visibility: visible;
	background-color: #333;
	z-index: 3;
	right: 0px;
}
/* CSS Document */



#apTextContent {
	position: absolute;
	top: 63px;
	left: 0px;
	border: 1px dotted #5D5D5D;
	height: 298px;
	width: 535px;
	padding: 20px;
	background-color: #333;
	z-index: 2;
}
