body {
	position: absolute;
	overflow: visible;
	z-index: 1;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
#Nav1 {
	position: static;
	width: 199px;
	height: 115px;
	z-index: 2;
	
}
a img {border: none; }
#footer {
	position:inherit;
	width:139px;
	height:32px;
	z-index:3;
	left: 358px;
	color: #000000;
}
#textbody {
	color: #000000;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	position: relative;
	
	max-width:800px;
	width:100%;
	float:left;
	padding:10px;
}

#apDiv2 {
	position:absolute;
	width:200px;
	height:555px;
	z-index:4;
	left: 478px;
	top: 3px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive video{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
a:link {
	color: #00FF00;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #9900CC;
}
