@charset "utf-8";

#apTextContent {
	position: absolute;
	top: 52px;
	left: 0px;
	border: 1px dotted #CCC;
	height: 362px;
	width: 441px;
	background-color: #4A4A4A;
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* CSS Document */

#apVideoEmbed {
	position: absolute;
	height: 360px;
	width: 640px;
	top: 33px;
	visibility: visible;
	background-color: #333;
	z-index: 3;
	right: 456px;
	left: 456px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FDB400;
	border-right-color: #FDB400;
	border-left-color: #FDB400;
}
#apTagLine {
	position:absolute;
	width:620px;
	height:33px;
	z-index:100001;
	left: 456px;
	top: 395px;
	background-color: #4A4A4A;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #FDB400;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* CSS Document */


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

