body {
	background-color: #413B23;
	background-image: url(images/wall1tiled.jpg);
	font-family: Georgia, "New York", serif;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	color: black;
}

div {
	overflow: visible;
}

a {
	color: #4c4e50;
	text-decoration: none;
}

a:hover {
	color: #ba2d24;
}

ul {
	list-style-type: none;
}

.filmTitle {
	font-style: italic;
	font-weight: bold;
}

#pagecontainer {
	text-align: center; 
}

#wrapper {
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}

.bumper {
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

.content {
	position: relative;
	width: 800px;
	margin-left: 0px;
}

.innerFrame {
	position: static;
	margin-left: auto;
	margin-right: auto;
}

#frameReel {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 929px;
	height: 775px;
	background-image: url(images/frame01.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#frameReel2 {
	background-image: url(images/frame02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#innerReel {
	position: absolute;
	top: 203px;
	left: 144px;
	width: 380px;
	height: 260px;
	z-index: 1;
}

#frameFilm {
	position: absolute;
	top: 0px;
	left: 138px;
	width: 523px;
	height: 650px;
	background-image: url(images/frame02.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}

#innerFilm {
	position: absolute;
	top: 83px;
	left: 221px;
	width: 360px;
	height: 460px;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1;
}

#innerFilmContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 360px;
	height: 460px;
	line-height: 16px;
	z-index: 1;
}

#arrows {
	position: absolute;
	top: 265px;
	left: 555px;
	width: 25px;
	height: 100px;
	overflow: hidden;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#arrowup {
	position: absolute;
	top: 265px;
	left: 555px;
	width: 25px;
	height: 50px;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
}

#arrowdown {
	position: absolute;
	top: 315px;
	left: 555px;
	width: 25px;
	height: 50px;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
}

#filmMetal {
	position: absolute;
	top: 10px;
	left: 275px;
	width: 250px;
	height: 92px;
	background-image: url(images/metalmenu.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#reelMetal {
	margin-top: 10px;
	height: 73px;
	background-image: url(images/reelmetal.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#TBAMetal {
	margin-top: 300px;
	height: 73px;
	background-image: url(images/TBA.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#metalmenu {
	margin-top: 300px;
	height: 92px;
	background-image: url(images/metalmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*nav styles*/

.nav {
	position: absolute;
	display: block;
	top: 66px;
	height: 12px;
	border: 1px solid transparent;
	background-color: transparent;
	z-index: 2;
}

.navchosen {
	position: absolute;
	display: block;
	top: 66px;
	height: 12px;
	border-bottom: 1px solid black;
	z-index: 2;
}

.nav:hover {
	border-bottom: 1px solid black;
	cursor: pointer;
}

#filmnav {
	left: 301px;
	width: 86px;
}

#reelnav {
	left: 402px;
	width: 30px;
}

#contactnav {
	left: 447px;
	width: 55px;
}