/* TEMPLATE */

body{
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; /* THE NUMBER OF THE BEAST */
}
a {
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: underline;
}
img{
	behavior: url("_scripts/pngbehavior.htc");
	border: none;
}
p{
	margin: 0px 0px 15px 0px;
}
.title{
	width: 161px;
	height: 31px;
	margin-bottom: 10px;
}
.title_wide{
	width: 300px;
	height: 31px;
	margin-bottom: 10px;
}
.playbutton{
	font-size: xx-small;
}
.navigation{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 785px;
	margin-left: -392px;
	z-index: 1;
}
.wrapper{
	position: absolute;
	top: 242px;
	left: 50%;
	width: 745px;
	margin-left: -392px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 50;
}
.footer{
	width: 785px;
	margin-left: -20px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
.footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer li{
	display: inline;
	font-size: 9px;
}
.footer li a{
	display: inline;
	font-size: 9px;
	color: #FFFFFF;
}
.footer .spacer{
	margin-left: 10px;
	margin-right: 10px;
}
.footer img{
	margin-bottom: 20px;
}
.footer h6{
	font-size: 9px;
	font-weight: normal;
}
.footer h6 a{
	color: #FFFFFF;
}
.clearall{
	clear: both;
	height: 0px;
	line-height: 0px;
}
