body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #231f20;
	background-color: #efefef;
	padding: 0px;
	margin: 0px;
}

img {
    border-style: none;    
}

a {
    text-decoration: none;
    outline: none;
}


#main {
	width: 1024px; height: 740px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1009px; height: 105px;
	background: transparent url("../images/banner.png") top left no-repeat;
	padding-top: 30px;
	padding-right: 15px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

#header a {
	color: #ffffff;
}

#header a:hover {
	text-decoration: underline;
}

#header input {
	width: 127px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #231f20;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#homeLink {
	width: 330px; height: 95px;
	position: relative;
	top: -80px; left: 20px;
}

#content {
	width: 994px; height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

#nav {
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}

#nav a {
	color: #231f20;
}

#nav a:hover {
	color: #b91d1d;
}

#blurb {
	width: 325px; height: auto;
	float: left;
	line-height: 120%;
	text-align: justify;
	font-size: 14px;
}

#blurb a {
	color: #b91d1d;
	text-decoration: underline;
}

#blurb a:hover {
	color: #231f20;
	text-decoration: none;
}

#flash {
	width: 295px;
	margin-left: auto;
	margin-right: auto;
}

#download {
	width: 450px;
	margin-top: 140px;
	font-weight: bold;
	float: right;
}

#download a {
	color: #231f20;
}

#download a:hover {
	color: #b91d1d;
}

#screenings {
	width: 550px;
	margin-top: 20px;
	margin-right: 25px;
	float: right;
	font-weight: bold;
}

#screenings a {
	color: #b91d1d;
	font-size: 12px;
}

#screenings a:hover {
	text-decoration: underline;
}

#footer {
	width: 1024px; height: 20px;
	background: transparent url("../images/footer.png") top left repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

.right {
	float: right;
}
.spaced {
	margin-left: 5px;
	margin-right: 5px;
}
.vAlign {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.brSpaced {
	line-height: 75%;
}
.rightSpaced {
	padding-right: 15px;
}
