body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;

}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




A:link {
color: #FFFFFF;
}


A:visited {
color: #FFFFFF;
}

A:active {
color: #FFFFFF;
}

A:hover {
color: #FFFFFF;
}



#wrapper {
	position:relative;
	width: 800px;
	height: 600px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}



#left{
	position: absolute;
	left: 12px;
	height: 650px;
	width: 150px;
	top: 20px;
 }
#right{
	position: absolute;
	right: 0;
	height: 650px;
	width: 150px;
 }

#center{
	position: absolute; 
	left: auto;
	height: 590px;
 }


/*HEADER CSS*/
.header {
	width:650px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.header h1{
	color:#ffcc66;
	font-size:24px;

}
.header p{
	color:#ffcc66;
	font-size:12px;
}

.header a{
	text-decoration:none;
	color:#ffcc66;
	}
	
.header a:visited{
	color:#ffcc66;
	}
	
.header a:active{
	color:#ffcc66;
	}
	
.header a:hover{
	color:#ffcc66;
	}
/*CONTENT CSS*/
#content {
	width: 650px;
	height: 400px;
	border:#FFFFFF solid thin;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:15px;

} 


#content h2{
	text-align:center;
	}

#websiteby{
	position:absolute;
	left: 74px;
	top: 509px;
	font-size:10px;
	}

/*MENU CSS*/
.menu{
	width: 650px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("images/gmalogo.jpg");
	background-repeat:no-repeat;
	background-position:left;

}

.menu div{
margin-left:150px;
padding-top:40px;
}




.menu a{
display: block;
text-decoration: none;
font: bold 12px Arial;
color: #000001;
width: 93px;
height: 48px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(images/stub.gif);
background-repeat: no-repeat;
padding-top: 15px;
text-align:center;
}

.menu a:hover{
background-image:url(images/stub_hover.gif);
color:#000001;
}


.menu a:active{
color:#000001;
}

.menu a:visited{
color:#000001;
}






/*FOOTER CSS*/
.footer {
	width:800px;
	height:90px;
	background-image: url("images/footer.jpg");
}


/*IMAGES*/

#img_filmstrip {
width: 650px;
}




.poster_thumbs A:link {

text-decoration:none;
}


.poster_thumbs A:visited {

text-decoration:none;
}

.poster_thumbs A:active {

text-decoration:none;
}

.poster_thumbs A:hover {

text-decoration:none;
}

.poster_thumbs img
{  border-style: none;
}




.poster_large{
width:100%;
}

#poster_large_image{
width: 244px;
padding: 5px;
text-align:left;

}
#poster_large_content{
width: 400px;
padding: 5px;
text-align:left;

}

