@charset "utf-8";
/* CSS Document */

/*Body Style*/
*{
	margin:0px;
	padding:0px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

p{
	padding:3px 0px 7px 0px;
	line-height:17px;
}

html, body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#7C7B41;
}

#Background {
	background:#000 url(../images/bg.jpg) repeat;
}

#body_bg {
	width:960px;
	background:#FFF;
	min-height:100%;
	margin-bottom: -65px;
	position:relative;	
	background:url(../images/pagebg.jpg);
	margin-left:auto; 
	margin-right:auto;
}

#main_body {
	width:852px;
	height:702px;
	margin-left:auto; 
	margin-right:auto;
	color:#333;
}

/*Content Style*/
.text { font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px;}
.text a{ font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px; text-decoration:none;}
.text a:hover{ font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px; text-decoration:none;}

.movie_text { font-family:Arial, Helvetica, sans-serif; color:#333; font-size:11px; font-style:italic;}
#movie {padding-top:20px;}
#movie_box { border: 1px solid #7C7B41;}

.blue_box_white {color:#FFF;}
.blue_box_white_bold {color:#FFF; font-size:20px; font-weight:bold;}


/*Footer Style*/
#footer { clear:both; background:#7C7B41 url(../images/footer.jpg); position:relative; height:65px; color:#ffffff;}
#footer a {color:#fff; text-decoration:none; }
#footer a:hover {color:#fff;}
#footercenter {margin-left:auto; margin-right:auto; width:852px;}
.clearfooter { clear:both; height:65px; }

