@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#container {
		height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 1070px;
	margin-left: 15px;
}
#sideNav {
	float: left;
	height: auto;
	width: 240px;
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#sideNav_top {
	float: left;
	letter-spacing: 8px;
	padding-left: 40px;
}
#sideNav_top a {
	text-decoration: none;
	color: #FF0000;
}
#sideNav_top a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#sideNav_buttons {
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-left: 0px;
}

#sideNav_buttons ul {
	list-style-type: none;
	white-space: nowrap;
}
#sideNav_buttons li {
	font-size: 70%;
	margin-bottom: 3px;
}
#sideNav_buttons a {
	text-decoration: none;
	color: #FFFFFF;
}
#sideNav_buttons a:hover {
	text-decoration: none;
	color: #FF0000;
}
#sideNav_buttons a:active {
	text-decoration: none;
	color: #FF0000;
}
#sideNav_footer {
	float: left;
	font-size: 9px;
	width: 200px;
	padding-left: 40px;
	color: #999999;
	margin-top: 130px;
}
#sideNav_footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#sideNav_footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#main {
	float: left;
	margin-top: 50px;
	width: 800px;
	height: 400px;
}
#main #movie {
	height: 285px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

