@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;  
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;
	background: #181818;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #background_container{
  background-image:url(../images/background.jpg);
  background-repeat:no-repeat;
  width: 1000px;
  padding: 0;
}

.oneColFixCtr #film_bar{
  position:relative;
  top: 70px;
  left: 320px;
  width:660px;
}

.oneColFixCtr #columns{
  background-image:url(../images/background2.jpg);
  position:relative;
  top: 110px;
  left: 20px;
  width: 970px;
  padding-bottom:400px;
}

.oneColFixCtr #menu_bar, #copy_bar, #sponsor_bar{
  color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:150%;
}

.oneColFixCtr #menu_bar{
  padding-top:20px;
}

.oneColFixCtr #copy_bar{
  padding-right:20px;
  font-size:12px;
}

.oneColFixCtr #copy_bar a{
  color:#FFFFFF;
}

.oneColFixCtr #sponsor_bar{
}

.oneColFixCtr #footer_bar{
  background-color:#737373;
  padding:5px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  width: 990px;
}

.oneColFixCtr #bottom_info_bar {
  color: #FFFFFF;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding:5px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  width: 990px;
}
.oneColFixCtr #affiliate_bar {
  color: #FFFFFF;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding:5px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  width: 990px;
}

.oneColFixCtr #proofcast_bar{
  color:#FFFFFF;
  font-size:10px;
  padding:5px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  width: 990px;
}

.memberdata{
  font-size:11px;
}
#pageTitle{
  font-size:16px;
  font-weight:bold;
}
#membername{
  color:#cc2222;
  font-weight:bold;
}
#directortitle{
  color:#cc2222;
  font-weight:bold;
  font-size:14px;
}

.memberemaillink a {
 color:#FF0000;
 text-decoration:none;
}
.memberemaillink a:hover {
 color:#FFFFFF;
 text-decoration:none;
}
.memberemaillink a:visited {
 color:#FFFFFF;
 text-decoration:none;
}
.memberemaillink a:active {
 color:#FFFFFF;
 text-decoration:none;
}

