@charset "UTF-8";
/* CSS Document */

/* 
Index Page Section 1 
*************************************************************
*/
#index1_container{
	width: 1000px;
	height: 296px;
	margin: auto;
	background: url(../images/bg_index1.jpg);
}
.index1_movie{
	background: #FFF;
	float: left;
	width: 466px;
	height: 229px;
	margin: 35px 10px 0 38px;
}
.index1_sect{
	float: left;
	margin: 40px 0 0 20px;
	width: 339px;
}
.index1_sect_title{
	font-size: 24px;
	color: #E0E0E0;
}
.index1_sect_body{
	color: #E0E0E0;
	line-height: 1.5em;
}


/* 
Index Page Section 2
*************************************************************
*/
#index2_container{
	width: 1000px;
	height: 145px;
	margin: auto;
	background: url(../images/bg_index2.jpg);
}
.index2_sect{
	float: left;
	margin: 20px 0 0 20px;
	width: 275px;
	height: 100px;
}
.index2_sect_img{
	width: 100px;
	height: 100px;
	background: url(../images/hlitebg.jpg);
	float: left;
}
index2_sect_desc{
	width: 175px;
	float: left;
}
A.index2_titlelink{
	font-size: 13px;
	color: #f39b08;
	
}
.index2_sect_body{
	color: #FFF;
	line-height: 20px;
}
.index2_sect_more{
	text-align: right;
}
A.index2_morelink{
	color: #f39b08;
	text-decoration: none;
}
A.index2_morelink:hover{
	text-decoration: underline;
}


/* 
Index Page Section 3
*************************************************************
*/
#index3_container{
	width: 1000px;
	height: 262px;
	margin: auto;
	background: url(../images/bg_index3.jpg);
}
.index3_sect1{
	float: left;
	margin: 33px 0 0 63px;
	width: 279px;
	height: 215px;
	overflow: hidden;
}
.index3_sect1_title{
	font-size: 24px;
	color: #004655;
	margin: 0 0 10px 0 ;
}
.index3_sect1_body{
	line-height: 19px;
}
A.index3_sect1_link{
	color: #000;
	text-decoration: none;
}
A.index3_sect1_link:hover{
	text-decoration: underline;
}
.index3_sect2{
	float: left;
	font-size: 13px;
	margin: 33px 0 0 63px;
	width: 465px;
	height: 215px;
	overflow: hidden;
}
.index3_sect2_title{
	font-size: 24px;
	color: #f39b08;
	margin: 0 0 10px 0;
}
A.index3_sublink{
	color: #f39b08;
	text-decoration: underline;
}
.index3_sect2_body{
	font-weight: normal;
	margin: 0 0 0 12px;
	line-height: 20px;
}

.index_content{
	width: 900px;
	margin:auto;
}