/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(../image/body_bg.gif) repeat-x #eeeeee;
	text-align: center;
}
.mainBody {
	width: 930px;
	margin: auto;	
	height: auto;
}
.header {
	height: 160px;
	text-align: left;
}
#crossfade { 
	width: 930px; 
	height: 160px;
	float: left;
	position: relative;
}
#crossfade .fader {
	width: 930px;
	height: 160px;
}
.nav {
	height: 32px;
	background: url(../image/nav_bg_eng.gif);
}
.navButton {
	width: 84px;
	height: 32px;
	background: red;
}
.sideLeft {
	width: 10px;
	vertical-align: top;
	background: url(../image/side_left.gif);
}
.sideRight {
	width: 10px;
	vertical-align: top;
	background: url(../image/side_right.gif);
}
.sideTopLeft {
	width: 10px;
	height: 223px;
	background: url(../image/side_top_left.gif);
}
.sideTopRight {
	width: 10px;
	height: 223px;
	background: url(../image/side_top_right.gif);
}
.content {
	width: 872px;
}
.contentLeft {
	width: 533px;
	background: #555;
}
.contentRight {
	width: 329px;
	vertical-align: top;
	background: #fff;
}
.content2 {
	border-right: 1px solid #fde5ab;
	border-bottom: 1px solid #fde5ab;
	border-left: 1px solid #fde5ab;
	background: #fff url(../image/content_bg_s.gif) right bottom no-repeat;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	padding: 10px 10px 10px 30px;
}
.content2 a {
	color: #730709;
	line-height: 30px;
}
.content3 {
	border-right: 1px solid #fde5ab;
	border-bottom: 1px solid #fde5ab;
	border-left: 1px solid #fde5ab;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	padding: 10px 10px 10px 30px;
}
.content3 a {
	color: #730709;
	line-height: 30px;
}
.content4 {
	font-family: Verdana;
	font-size: 12px;
}	
.separator_y {
	height: 10px;
	background: #fff;
}
.separator_x {
	width: 10px;
	background: #fff;
}
.messageBar {
	width: 872px;
	height: 33px;
	background: url(../image/messageBar.gif);
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.messageBar a {
	text-decoration: none;
	color: #730709;
}
.messageBar a:hover {
	text-decoration: underline;
	color: #000;
}
.nav2 {
	width: 106px;
	height: 51px;
}
.nav2 a {
	width: 106px; 
	height: 51px; 
	display: block;
}
.poster {
	width: 417px;
	height: 356px;
	background: url(../image/poster.jpg);
	vertical-align: top;
}
.poster P {
	text-align: left;
	color: #333333;
	font-family: "Verdana";
	font-size: 12px;
	margin: 30px 23px 20px 120px;
	line-height: 22px;
}
.poster a {
    color: #730709;
	TEXT-DECORATION: none;
}
.mediaCooperation {
	width: 872px;
	height: 40px;
	background: url(../image/title_mediaCooperation.gif) top no-repeat #fff;
	font-size: 12px;
}
a {
	color: #730709;
	font-family: Verdana;
	font-size: 12px;
}
.footer {
	height: 50px;
	padding-top: 15px;
	background: url(../image/footer.gif) no-repeat;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #730709;
}

