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

/* IE6 behavior fixes */

body {
	behavior: url(http://www.worldwrite.org.uk/csshover.htc);
	}

/* End */

html, body {
	margin: 0;
	}
	
body {
	background-color: #000;
	color: #CC9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
a:link {
	color: #CCCCCC;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #CCFF00;
	}
	
a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

#pageContainer {
	background-image: url(images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 180px;
	height: 1098px;
	width: 950px;
	margin: auto;
	}
	
#articleContainer {
	width: 950px;
	margin: auto;
	}
	
#header {
	padding-bottom: 15px;
	}
	
#menu {
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #CC9900;
	line-height: 30px;
	}
	
#content {
	padding: 15px;

	}
	
#galleryContainer {
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	}
	
#trailerBox {
	width: 320px;
	border: 2px solid #CC9900;
	margin: auto;
	}
	
#synopsis {
	width: 550px;
	margin: auto;
	}
	
.galleryBox {
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	}

td.galleryBox:hover {
	background-color: #CC9900;
	}
	
.heading {
	font-size: 16px;
	font-weight: bold;
	}

.largerText {
	font-size: 14px;
	}

.menuItem {
	font-size: 14px;
	font-weight: bold;
	}
		
.menuItem a {
	text-decoration: none;
	}
	
.dvdCover {
	border: 1px solid #666;
	margin: 10px;
	}

#donateFlash {
	border: 1px solid #666;
	height: 100px;
	margin: 1em auto 1em auto;
	width: 614px;
	}