@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bkg.png);
	/margin-top: 5px;
}

#top {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/roundedtop.png);
	background-repeat: no-repeat;
	background-position: top;
	height:31px;
}
#nav {
	background-image: url(images/botrounded.png);
	width: 900px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	font-weight: bold;
}
#nav ul {
	margin:0;
	padding:30px 0 0 0;
	text-align: center;
	color: #06C;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	margin:0 5px;
}
#container {
	width: 900px;
	margin: 0 auto;
	height: 380px;
	background-color: #011720;
}
#player {
	width: 640px;
	height: 360px;
	float: right;
	margin-right: 10px;
}
#sidebar {
	width: 220px;
	float: left;
	margin-left: 10px;
}
h3 {
	color: #fff;
	text-align: center;
	font-size: 1em;
	padding-top: 35px;
	font-weight: lighter;
}
a {
	color: #06C;
	fonr-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #011720;
}
#content {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
}
h1 {
	font-size: 1.25em;
	margin-top: 15px;
	color: #011720;
}

