body {
    color: #555;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #313131;
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#containerMain {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#containerHeader {
	width: 980px;
	height: 150px;
	background-image: url(images/header_bkg.jpg);
	margin-top: 0px;
}
#containerContent {
	background-image: url(images/content_bkg.png);
	background-repeat: repeat;
	width: 980px;
}
.imgNews {
	margin-bottom: 15px;
	border: none 0px;
}
.containerNews {
	width: 350px;
	padding-bottom: 10px;
}
.containerFilmmakerProfile {
	width: 255px;
}
.containerActionButton {
	background-color: #900;
	height: 40px;
	width: 270px;
	border: 1px dashed #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
a.containerActionButton:link {
	text-decoration: none;
}
a.containerActionButton:visited {
	text-decoration: none;
}
a.containerActionButton:hover {
	text-decoration: none;
	background-color: #F00;
}
#containerBottom {
	width: 980px;
	height: 150px;
	background-image: url(images/footer_bkg.jpg);
}
#containerFilmmakers {
	width: 255px;
}
#containerFooter {
	width: 980px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.txtIntro {
	font-size: 12px;
	color: #555;
	line-height: 18px;
}
.txtHeader {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: .1em;
}
.txtDisclaimer {
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
}
.txtFooter {
	font-size: 9px;
	color: #FFF;
}
.txtBody {
	font-size: 12px;
	color: #777;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.txtSubHead {
	color: #FFF;
}
.txtStoryHeadline {
	font-size: 22px;
	color: #FFF;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 30px;
}
.txtNewsHeadline {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.txtNewsByline {
	font-size: 12px;
	color: #555;
	font-style: italic;
	line-height: 18px;
}
.txtNewsBody {
	width: 660;
	font-size: 10px;
	color: #555;
	line-height: 14px;
}
.txtNavA {
	color: #000;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: .1em;
}
.txtNavA a:link {
	color: #000;
	text-decoration: none;
}
.txtNavA a:visited {
	color: #000;
	text-decoration: none;
}
.txtNavA a:hover {
	text-decoration: underline;
}
.txtNavB {
	color: #FFF;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: .1em;
}
.txtNavB a:link {
	color: #FFF;
	text-decoration: none;
}
.txtNavB a:visited {
	color: #FFF;
	text-decoration: none;
}
.txtNavB a:hover {
	text-decoration: underline;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imgAd {
	margin-right: 10px;
	margin-top: 10px;
}
.imgLogo {
	margin-bottom: 5px;
}
.imgAvatar {
	margin-right: 5px;
}
.img09 {
	margin-top: 5px;
	border: none 0px;
}
hr.sectionBegin {
	border-top: 1px solid #f00;
	border-bottom: 1px dashed #f00;
	border-left: none;
	border-right: none;
	color: #fff;
	height: 4px;
	margin-bottom: 15px;
}
hr.sectionEnd {
	border-top: 1px dashed #f00;
	border-bottom: 1px solid #f00;
	border-left: none;
	border-right: none;
	color: #fff;
	height: 4px;
	margin-bottom: 15px;
}
hr.itemDivider {
	border: 1px dashed #500;
	margin: 7px;
}

/* Forms */

.formLabel {
	color:#E3D8C3;
	line-height: -12px;
}
#mainContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.regError {
	font-size: 10px;
	color: #F00;
}
#mastHead {
	background-image: url(images/header_bkg.jpg);
	background-repeat: no-repeat;
	height: 362px;
	width: 100%;
	text-align: center;
	background-attachment: fixed;
	background-position: center top;
	overflow: visible;
	
}
#logo {
	margin-top: 40px;
	text-align: center;
}
.regBox {
	width: 474px;
	background-image: url(images/register_box_center_bkg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.regBoxTop {
	background-image: url(images/register_box_header_bkg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 474px;
}
.regBoxBottom {
	background-image: url(images/register_box_footer_bkg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 474px;
}
.regTable {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.containerInstructions {
	width: 474px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fieldWrapper label {
	width: 10em;
	clear: left;
	float: left;
	margin-bottom: 0.9em;
}

.fieldWrapper input, .fieldWrapper textarea {
	margin-bottom: 0.9em;
	border: 1px inset #326342;
}
fieldset {
	border: 1;
	border-color: #555;
	background-color: #000;
	margin: 15px;
}

div.radioSelect ul li label {
	font-weight: normal;
	float: none;
	clear: none;
	width: auto;
	margin: 0;
}
div.radioSelect input {
	font-weight: normal;
	margin: 0;
}
div.radioSelect ul li {
	list-style-type: none;
}
div.radioSelect ul {
	margin-bottom: 1em;
	clear: both;
}
input#id_skilltags {
	width: 20em;
}
div.about p {
	margin-bottom: 1em;
}
form.search {
	float: left;
	clear: both;
}
.buttonContainer {
    padding-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.txtFilmTitle {
    color: #FFF;
    font-weight: bold;
	font-size: 16px;
}
.txtFilmDescription {
	font-size: 12px;
}