@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x;
	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;
}
A { color:#CC0000; }
a.home {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 75px;
	margin-top: 10px;
	text-decoration: none;
}
a.home:hover {
	color: #000000;
	text-decoration: none;
}
a.home:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.home:visited:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.footer:hover {
	color:#999999;
	text-decoration: underline;
}
a.footer:visited {
	color: #999999;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #999999;
	text-decoration: underline;
}
.hometext {
	padding-left: 350px;
	padding-top: 170px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.hometext2 {
	padding-left: 36px;
	padding-top: 240px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-size: 14px;
}
.smalltext {
	font-size: 11px;
}
.subpagetext {
	padding-top: 50px;
	padding-left: 36px;
	padding-right: 36px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #container {
	width: 1009px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
}
.oneColFixCtrHdr #header {
	padding: 0px;  
	height: 173px;
	background-image: url(images/header_bg.jpg); 
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs */
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images2/main_graphic2.jpg); 
	background-repeat: no-repeat;
	padding: 0 41px; 
}
.oneColFixCtrHdr #mainContent2 {
	background-image: url(images/subpage_bg.gif); 
	background-repeat: repeat-y;
	padding: 0 41px; 
}
.oneColFixCtrHdr #reddressme {
	background-image: url(images/movie_bg.jpg); 
	background-repeat: no-repeat;
	height: 670px;
	padding-top: 60px;
}
.oneColFixCtrHdr #footer {
	padding: 0px; 
}
.oneColFixCtrHdr #footer td {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}