* {
margin: 0;
padding: 0;
}

body {
	background: #39020f url("images/bg.jpg") no-repeat;
	background-position: 50% 0;
	padding-top: 70px;
	text-align: center;
}
#content_wrapper {
	background: url("images/content_bg.jpg") no-repeat;
	height: 575px;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#nav_container {
	padding: 0;
}
#flash_container {
	padding: 23px 0 0 88px;
}

object.flash_lg {
	float: left;
}
#nav {
/*	position: absolute;
	top: 37px;
	left: 409px;
	width: 311px;
	z-index: 999; 
	margin-top: 37px;
	margin-right: 30px;*/
	margin: 128px 0 0 60px;
}
	
	
#nav ul li {
/*	height: 27px; */
display: inline;
	list-style-type: none;
}
	
#nav ul li a {
}

#movie {
margin: 10px 0 0 85px;
}
	
#content_container {
	padding: 17px 0 7px 120px;
}	
	
#content {
/*	margin: 186px 100px 0 203px; */
	text-align: left;
	width: 480px;
}

#left_col {
float: left;
margin-right: 23px;
width: 230px;
} 

#right_col {
float: left;
width: 225px;
} 

#force_height {
float: right; 
height: 300px;
width: 1px;
}
	
img.title {
	margin: 33px 0 18px 0;
}


h2 {
	color: #960605;
	font-size: 15px;
}

p {
	color: #3f0000;
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	line-height: 160%;
	margin: 10px 0;
}

table {
	color: #350f0f;
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	margin: 10px 0 0 47px;
	width: 500px;
}

a {
	color: #077945;
}

a:hover {
	color: #960605;
}

#footer {
	text-align: left;
	width: 590px;
	margin: 0 auto;
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */