/* CSS Document */

@import url("style_common.css");

#header {
  background:#333333 url('../images/header_back_index.jpg') no-repeat 0 0;
}

#center {
	padding-bottom:22px;
  background:transparent url('../images/center_back_index.jpg') no-repeat 0 0;
}

	#center div.flashcont {
		margin:0 auto 50px auto; clear:both; overflow:hidden;
		width:800px; height:349px;
	}
	
	#center div.box {
		margin:0 auto 0 auto; clear:both; overflow:hidden; padding-top:80px; position:relative;
		width:870px; height:auto;
		background:#191919 url('../images/index_box_cent.jpg') no-repeat 0 0;
	}
	  *:first-child+html #center div.box { padding-top:0; }
		#center div.box div.foot {
			margin:0 auto 0 auto; clear:both; overflow:hidden;
			width:870px; height:4px;
			background:#191919 url('../images/index_box_foot.jpg') no-repeat 0 0;
		}
		
		#center div.box p {
			float:left; margin:0 0 0 35px; padding-top:18px; clear:none;
			width:201px; height:232px;
			font-family:'arial'; font-size:14px; color:#ffffff;
			text-align:left;			
		}
			* html #center div.box p { margin-left:17px; }
			#center div.box p.second {
				margin-left:0px;
				width:165px;
				text-align:right;
				background:transparent url('../images/sched_vertline.gif') repeat-y 0 0;
			}
			
			#center div.box p img {
				clear:both; display:block; margin:0 0 30px 45px;
			}
				*:first-child+html #center div.box p img { margin-left:40px; }
				* html #center div.box p img { margin-left:30px; }				
				#center div.box p.second img { margin-left:58px; }
					*:first-child+html #center div.box p.second img { margin-right:20px; }
					* html #center div.box p.second img { margin-right:20px; }					
													
		#center div.box div.moviebox {
			float:left; margin:0 0 0 33px; clear:none; overflow:hidden;
			width:400px; height:262px;
		}

	#center div.box div.flashcont2 {
		position:absolute; top:0; left:34px; overflow:hidden; margin:0; padding:0; float:none; clear:both;
		width:799px; height:64px;
	}
	  *:first-child+html #center div.box div.flashcont2 { position:relative; margin-bottom:20px;  }
