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

body {
	background-color: #060A32;
}
#topfade {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:72px;
	z-index:1;
	background-image: url(top-fade.png);
	background-repeat: repeat;
}
#content {
	color: #FFF;
	padding-top: 70px;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
	font-family: 'Electrolize', sans-serif;
	font-weight: 200;
	font-size:14px;
	line-height: 16px;
	overflow: visible;
	text-align: left;
}
#list {	display: block;
	float: left;
	width: 200px;
	height: auto;
	border: 1px white;
	background: #04061c;
	clear: none;
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
	color: #1e932e;
}
#video {
	display: block;
	float: right;
	width: 270px;
	height: 150px;
	border: 1px #33FF00;
	background:#333333;
	clear: none;
	margin: 40px;
	z-index: 4;
}
#list {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	border: 1px white;
	background: #04061c;
	clear: none;
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
	color: #1e932e;
}
h1 {
	font-family: 'Electrolize', sans-serif;
	font-size: 16px;
	color: #178C2E;
}
h2 {
	font-family: 'Electrolize', sans-serif;
	font-size: 14px;
	color: #178C2E;
}
#apDiv3 {
	position:absolute;
	left:0px;
	top:14px;
	width:100%;
	height:75px;
	z-index:1;
	background-image: url(top-fade.png);
	background-repeat: repeat;
}
