@charset "UTF-8";
/* CSS Document */
body {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin: 5px 0px;
	padding: 0px;
}
h1 {
	font: normal 20px/24px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	margin-bottom: 10px;
}
h1 a {
	color: #FF0000;
	text-decoration: underline;
}
h1 a:hover {
	color: #FF0000;
	text-decoration: none;
}
h2 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	margin-bottom: 0px;
}
h3 {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	margin-bottom: 0px;
}
h3 a {
	color: #FFCC00;
	text-decoration: underline;
}
h3 a:hover {
	color: #FFCC00;
	text-decoration: none;
}
h4 {
	font: bold normal 22px/26px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	margin-bottom: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#container {
	background: #181818;
	margin: 0px auto;
	width: 960px;
	position: relative;
	border-top: 2px solid #666666;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #666666;
}
#header {
	height: 200px;
	width: 960px;
}
#content {
	padding: 25px;
}
#footer {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	padding: 10px 0px;
	clear: both;
}
#footer a {
	color: #FF0000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#sidebyside {
	width: 900px;
	margin: 10px;
}
#videosidebyside {
	width: 900px;
	margin: 20px;
}
.imgleft {
	float: left;
	padding: 0px 10px;
}
.link {
	clear: left;
	float: right;
}
.line {
	width: 910px;
	margin: 10px auto;
	border-bottom: 1px solid #01c3c0;
}
.yellowline {
	width: 910px;
	margin: 10px auto;
	border-bottom: 1px solid #FFCC00;
}
.yellowtext {
	color: #FFCC00;
}
.strikethru {
	text-decoration: line-through;
}
.orangetext {
	color: #ff6600;
}
.smalltext {
	font: 12px/14px Arial, Helvetica, sans-serif;
}