@CHARSET "UTF-8";
 
* html #container {
	height:100%
	}

html {
	height: 100%;
	}
	
body {
    font-family: Arial, Helvetica, Sans;
    font-size: 12px;
    color: #4d4d4d;
    background-image: url(images/gasMask_white.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center top;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 100%;
	}

#container {
	position: relative;
	margin: 0px auto;	
	text-align: left;
	padding: 0px;
	width: 950px;
	height: 100%;
    background-image: url(images/contentBackgroundFade_white.gif);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: #ffffff;
    z-index: 1;
	}
		
img {
	border: 0px;
	}
	
:focus {
	outline: 0px;
	}

#headerBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 261px;
	z-index: 2;
	}

#mainNav {
	position: absolute;
	top: 189px;
	left: 25px;
	width: 65px;
	height: 110px;
	z-index: 10;
	}

.nav {
	padding-bottom: 6px;
	}
	
#subNav {
	position: absolute;
	top: 261px;
	left: 0px;
	width: 924px;
	height: 23px;
	padding-left: 26px;
	padding-top: 11px;
	z-index: 10;
	background-color: #ffffff;
	}

.subnav {
	padding-right: 19px;
	}

.nextArrow {
	padding-left: 19px;
	vertical-align: middle;
	margin-top: -3px;
	}
	
.previousArrow {
	padding-right: 19px;
	vertical-align: middle;
	margin-top: -3px;
	}
		
#topRadius {
	position: absolute;
	top: 295px;
	left: 0px;
	height: 8px;
	width: 950px;
	padding: 0px;
	background-image: url(images/contentTopRadius_white.gif);
	background-repeat: no-repeat;
	z-index: 2;
	}
	
#content {
	position: absolute;
	top: 348px;
	left: 0px;
	width: 950px;
	text-align: center;
    background-image: url(images/contentBackgroundFade_white.gif);
    background-attachment: scroll;
    background-repeat: repeat-y;
    z-index: 20;
	}

#films {
	position: absolute;
	top: 325px;
	left: 0px;
	width: 950px;
	text-align: center;
    background-image: url(images/contentBackgroundFade_white.gif);
    background-attachment: scroll;
    background-repeat: repeat-y;
    z-index: 20;
	}

.movieTitle {
	text-align: left;
	margin-left: 25px;
	margin-top: 0px;
	}

.secondaryMovieTitle {
	text-align: left;
	margin-left: 25px;
	margin-top: 25px;
	}

.movieImages {
	text-align: left;
	margin-left: 25px;
	}

.movie {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 25px;
	border: 1px solid;
	border-color: #575757;
	}
	
.art {
	border: 1px solid;
	border-color: #a8a8a8;
	}

.gutterPhoto {
	border: 1px solid;
	border-color: #575757;
	margin-top: 20px;
	margin-bottom: 5px;
	}

.artThumb {
	border: 1px solid;
	border-color: #575757;
	margin-right: 37px;
	margin-bottom: 37px;
	}

.artThumbEnd {
	border: 1px solid;
	border-color: #575757;
	margin-bottom: 37px;
	}

#filmLink {
	position: absolute;
	top: 229px;
	left: 875px;
	width: 53px;
	height: 11px;
	z-index: 10;
	}

#fineArtLink {
	position: absolute;
	top: 229px;
	left: 854px;
	width: 74px;
	height: 11px;
	z-index: 10;
	}

#titleBar {
	position: absolute;
	top: 319px;
	left: 0px;
	width: 950px;
	height: 16px;
	text-align: center;
	font-size: 13px;
	color: #a8a8a8;
	z-index: 21;
	}

#contentText {
	position: absolute;
	top: 319px;
	left: 0px;
	width: 950px;
	text-align: center;
    background-image: url(images/contentBackgroundFade_white.gif);
    background-attachment: scroll;
    background-repeat: repeat-y;
    z-index: 20;
	}

#contentTextLayout {
	margin-left: 380px;
	width: 525px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #575757;
	z-index: 21;
	clear: both;
	}

#gutterImages {
	position: absolute;
	top: 32px;
	left: 25px;
	width: 322px;
	text-align: left;
	font-size: 10px;
	}

#contentTextLayout p, #contentTextLayout2 p {
	margin-bottom: 20px;
	}

a:link, a:active, a:visited {
	color: #575757;
	text-decoration: none;
	}
	
a:hover {
	color: #ffea00;
	}
	
#SignUp .signupframe {
	border: 1px solid #575757;
	background: #cdcdcd;
	color: #575757;
	font-family: Verdana, sans-serif;
	}
	
	