body {
	background-color: #000;
	color: #fff;
	font-family: Georgia;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}
#all {
	background-color: #000;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#all p {
	line-height: 24px;
}
h1#mainheadline {
	text-indent: -1000px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 2px;
}
h2 {
	margin: 0px 0px 10px 0px;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}
#header {
	margin-bottom: 10px;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
}
li {
	padding: 0px 0px 5px 0px;
}
#menu {
	clear: both;
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 25px 0px;
}
#menu h2 {
	margin: 0px;
}
h2 a {
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding: 10px 0px 10px 1px;
	border-bottom: 0px none;
	font-size: 25px;
}
a:hover{
	color: #3fd2a3;
}
.left, .right {
	width: 400px;
	float: left;
}
p {
	margin: 0px 0px 20px 0px;
}
.left {
	padding: 0px 30px 20px 0px;
}
.left p, .right p {
	margin: 0px;
}
hr {
	margin: 0px 0px 0px 0px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
#videoPlayer span {
	display: block;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
object {
	margin: 0px 0px 0px 0px;
}
#output {
	height: 261px;
	background-color: #000;
	overflow: auto;
	position: absolute;
	left: 50%;
	margin-left: 430px;
	top: 225px;
	width: 250px;
	padding: 10px;
	font-size: 13px;
	display: none;
}

span.info{
	display:none;}
