/* General */
body {
	background-color: #333333;
}
div {
	font-family: Arial, Helvetica, sans-serif;
        color: #000000;
	text-align: left;
}
#main {
	width: 800px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #000000;
}

hr {
        width: 70%;
        margin: 30px 0px 30px 0px;
        color: #444;
        background-color: #444;
        border: 0px;
        height: 1px;
}

/* Sidebar */
#sidebar {
	float: right;
	border: 1px solid black;
	background-color: #000;
	margin: -200px 0px 5px 625px;
	width: 173px;
	height: 270px;
	position: absolute;
	z-index: 4;
}
#sidebar ul {
	color: #000
	margin: 2px;
	margin-left: 2px;
	margin-top: 3px;
	padding: 0px;
	list-style-type: none;
	background-color: #000;
	font-weight: bold;
	text-align: center;
}
#sidebar ul ul {
	list-style-type: none;
	font-weight: normal;
}
#sidebar a, #active {
	display: block;
	padding: 3px;
	padding-left: 7px;
	width: 157px;
	background-color: #444;
	margin-top: -1px;
	border: 1px solid #000;
}
#sidebar a:link, #toc a:visited {
	color: #fd2727;
	text-decoration: none;
}
#sidebar a:visited {
	color: #fd2727;
	text-decoration: none;
}
#sidebar a:hover, #active {
	background-color: #000;
	color: #fd2727;
}

/* Banner */
#header {
	height: 350px;
}
#header img {
	border: 0;
	position: absolute;
        z-index: 1;

}


/* Main content */
#stuff {
	margin: -200px 0px 100px 104px;
	float: right;
	width: 510px;
	text-align: left;
	padding: 0px 180px 30px 5px;
	background-color: #888888;
        color: #000;
	height: auto;
	border-style: solid;
        border-color: #000;
	border-width: 0px 1px 1px 1px;
	position: absolute;
	z-index: 2;
}
#stuff img {
	border: 1px solid black;
}
	

/* Movies */
#movie1 {
	width: 180px;
	float: left;
	padding-right: 30px;
	margin: -20px 0px 0px 40px;
        text-align: center;
}

#movie2 {
	width: 180px;
	float: right;
	margin: -20px 0px 0px 40px;
        text-align: center;
}
	
#movie3 {
	width: 180px;
	float: left;
	padding-right: 100px;
	margin: -20px 0px 0px 200px;
        text-align: center;

}

#movie4 {
	width: 180px;
	float: right;
        margin: -300px -250px 0px 0px;
        text-align: center;
}