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

body{
	background-color:#000;
}
img{
	border-style:none;
}
#banner {
	background-image: url(../images/Revenge_banner.jpg);
	margin: auto;
	height: 346px;
	width: 900px;
}
#content {
	background-color: #630;
	margin: auto;
	width: 900px;
	text-align: center;
	color: #FFF;
	padding: 10px;
}
#content a{
	font-weight: bold;	
}
#internal{
	float:left;
	width:150px;
	color: #6FF;
	background-color:#000;
	background-image: url(../images/Wall.jpg);
	border: thick dashed #000;
}
.subtitle{
	font-size: 60%;
	text-decoration:underline;
}
#Crew {
	background-image: url(../images/Wall.jpg);
	float: right;
	width: 350px;
	font-size: 110%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	border: medium groove #000;
}
#Screenings {
	float: right;
	width: 350px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	font-size: 110%;
	border:medium groove #000;
}
#materials{
	text-align: center;
}
a{
	border-style:none;
}
a:visited{
	color:#000;
}
a:hover{
	color:#F00;
}
.left{
	text-align:left;
}
