body { 
	background-color: transparent;
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	background-color:#330000;
}

A:link {
	color:#FFCCCC;
	}
	
A:visited { 
	color:#FFCCCC;
	}
	
A:hover {
	color:#FFFFFF;
}

A:link.nav {
	color:#FFCCCC;
	text-decoration:none;
	}
	
A:visited.nav { 
	color:#FFCCCC;
	text-decoration:none;
	}
	
A:hover.nav {
	color:#FFFFFF;
	text-decoration:none;
}

#wrapper {
	width:1000px;
	height:100%;
	margin:0px auto;
}

#top_nav {
	width:100%;
	height:40px;
	background-image:url(images/top_nav_bg.jpg);
	background-repeat:repeat;
	margin:0px auto;
}

#nav_wrapper {
	width:950px;
	height:40px;
	margin:0px auto;
}

.nav_button_L {
	border-left: 1px solid #660000;
	width: 100px;
	height: 40px;
	color: #FFCCCC; 
	font-size: 15px; 
	font-family:Helvetica, sans-serif;
	font-weight: bold; 
	text-align:center;
	float:right;
	line-height:40px;
}

.nav_button_R {
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	width: 100px;
	height: 40px;
	color: #FFCCCC; 
	font-size: 15px; 
	font-family:Helvetica, sans-serif;
	font-weight: bold; 
	text-align:center;
	float:right;
	line-height:40px;
}
	
#content {
	height:100%;
}

#content div {
	margin: 0px auto;
}

#left {
	width:300px;
	padding-top:10px;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
	text-align:justify;
	float:left;
	
}

#right {
	width:650px;
	padding-left:50px;
	font-family:Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	line-height: 14px;
	text-align:justify;
	float:left;
	margin:0px auto;
}

.upcoming {
	width:220px;
	height:30px;
	font-family:Helvetica, sans-serif;
	color:#FFCCCC;
	font-size:14px;
	line-height: 30px;
	border-bottom:1px dotted #CC6666;
}

#asterik {
	width:220px;
	padding-top:10px;
	font-family:Helvetica, sans-serif;
	color:#FFCCCC;
	font-size:12px;
	font-style: italic;
}

#box {
	border:1px dotted #993333;
	padding: 15px;
	width:220px;
}

#text {
	width:620px;
	padding-top:30px;
	padding-bottom:20px;
	background-image:url(images/grandin_logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 21px;
	color:#FFCCCC;
	text-align:justify;
	float:left;
}

#eligibility {
	width:620px;
	padding-top:30px;
	padding-bottom:20px;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 21px;
	color:#FFCCCC;
	text-align:justify;
	float:left;
}
#movie {
	width:300px;
	height:169px;
	padding-right:10px;
	float:left;
	border-right: 1px dotted #CC6666; 
	
}

#desc {
	width:299px;
	padding-left:10px;
	height:169px;
	font-family:Helvetica, sans-serif;
	font-size:13px;
	line-height: 17px;
	color:#FFCCCC;
	text-align:justify;
	float:left;
}

#horizontal_dotted_line {
	border-top: 1px dotted #993333;
	width: 620px;
	height: 189px;
	padding-top:20px;
	float:left;
} 

#footer {
	border-top: 3px solid #CC6666;
	padding-top:5px;
	width: 970px;
	height: 40px;
	margin-top:10px;
	color: #FFFFFF; 
	font-size: 13px; 
	font-family:Helvetica, sans-serif;
	font-weight: bold; 
	text-align:right;
	float:left;
	
}

#copy {
	color: #FFCCCC; 
	font-size: 11px; 
	font-family:Helvetica, sans-serif;
	float:left;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }


.setHeader {
	color: #FFFFFF; 
	font-size: 18px;
	line-height:21px; 
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
}

.setTitle {
	color: #FFFFFF; 
	font-size: 24px;
	line-height:28px; 
	font-family:Helvetica, sans-serif;
	font-weight:bolder;
}

.setBold { 
	color: #FFFFFF; 
	font-size: 15px; 
	font-family:Helvetica, sans-serif;
	font-weight: bold; 
	line-height: 20px; 
}

.hidden {
  display: none;
}