@import url("film.css");
.body_bg {
	background-color: #352a24;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.photo_frame {
	border: 8px solid #2e2e2e;
}
.news_tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.news_tit a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.news_tit a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffff99;
		text-decoration: none;
}
.news_date {
	font-family: Tahoma;
	font-size: 9px;
	color: #FCB778;
}
.news_date a{
	font-family: Tahoma;
	font-size: 9px;
	color: #ffffff;
			text-decoration: none;

}
.news_date a:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #ffff99;
			text-decoration: none;

}


.content_bg {
	background-color: #fc7005;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
.form_e {
	background-color: #352a24;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #635e69;
}
