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

body {
	background-color:#000;
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold;
	color:#03F;
}

a {
	color:#03F;
}

a img {
	border:none;
}

a:hover {
	text-transform:none;
	text-decoration:none;
	color:#FFF;
}

.header {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold;
}

#maintable {
	position:static;
	width:1024px;
	height:700px;
	overflow:hidden;
}

#titlebar {
	position:static;
	height:80px;
}

#menubar {
	position:static;
	height:30px;
}

#lowerbar {
	position:static;
	height:30px;
}

#leftbar {
	position:static;
	width:150px;
	height:560px;
	overflow:auto;
}

#middle {
	position:static;
	width:724px;
	height:560px;
	overflow:visible;
}

#middle h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold;
	color:#03F;
}

#rightbar {
	position:static;
	width:150px;
	height:560px;
	overflow:auto;
}

#content {
	position:static;
	width:724px;
	height:560px;
	overflow:auto;
}

#player {
	background-color:#000;
	border-bottom-style:none;
}