body {
	color: black;
	background-color: #969797;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}

.nav {
	color: white;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #525252;
	background-repeat: repeat-x;
	border-right: 1px solid #74ccd3;
}

.navtxt {
	color: white;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #525252;
}

.mainborder {
	border: solid 1px gray;
}

ul{
	padding-left: 0;
	list-style-type: none;
}

.navlink{
	color: white;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.navlink li a{
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
}

.navlink li a:hover {
	color: #74ccd3;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: black;
	text-decoration: none;
}

.playerglow {
	border: outset 1px white;
}

.playerglow:hover {
	border: inset 1px white;
}

.version {
	color: silver;
	font-size: xx-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

#flashcontent {
	width: 600px;
	height: 550px;
}
