/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	border-top:#C60000 solid 8px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a{
	/*lf:expression(this.onFocus=this.blur());*/
	outline:none;
	text-decoration:none;
	color:#CE0000;
}
a:hover{
	text-decoration:underline;
}
#layout{
	margin:0 auto;
	width:900px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
#header{
	height:108px;
}
#header img,#center img{
	float:left;
}
#header ul{
	margin-top:40px;
	list-style:none;
	float:right;
	width:660px;
	background:url(imgabt_menu.png) no-repeat;
}
#header li{
	float:left;
}
#header a{
	display:block;
	height:14px;
	width:58px;
	margin-left:6px;
}
a#m_intro{
	margin-left:3px;
}
#header a:hover{
	border-bottom:#CE0000 3px solid;
}
a#logo_l{
	border:none;
/*	display:block;
	width:230px;
	heigth:108px;*/
}
a#logo_l img{
	border:none;
}
a#logo_l:hover{
	border:none;
}
#center{
	clear:both;
}
embed{
	width:225px;
	height:335px;
	float:left;
}
#content,#culture{
	float:right;
	width:670px;
	min-height:400px;
	margin-bottom:15px;
	border-left:#DDD solid 1px;
}
#subtitle img{
	padding-bottom:4px;
	border-bottom:#CE0000 solid 2px;
}
#subtitle{
	margin-left:10px;
	margin-right:10px;
	height:20px;
	border-bottom:#DDD solid 2px;
}
#content p{
	margin:10px;
	text-indent:2em;
	line-height:20px;
	text-align:justify;
	text-justify:distribute;
	word-break:break-all;
	clear:both;
	word-wrap:break-word;
}
#content dt{
	text-indent:23px;
	line-height:20px;
	margin-left:10px;
}
#content p.s_title{
	color:#CE0000;
	font-size:14px;
	text-indent:0;
	font-weight:bold;
}
#footer{
	clear:both;
	margin:10px;
	padding:10px;
	margin-bottom:0;
	border-top:#DDD solid 1px;
	text-align:center;
}
#content table{
	width:100%;
	border:none;
	padding:10px;
}
#content  td{
	padding:5px;
	border-bottom:#DDD 1px dashed;
	line-height:18px;
}
.s_list{
	margin-left:50px;
	list-style:none;
	line-height:20px;
}
.s_list li{
	background:url(imglistt_bg.jpg) no-repeat;
	text-indent:1em;
}
#content p.s_b{
	font-weight:bold;
	text-indent:0;
}
#content p.s_noindent{
	text-indent:0;
	margin-left:50px;
}
#content #logo{
	border:none;
	margin-left:30px;
}
#culture a{
	display:block;
	float:left;
	margin-left:20px;
	_margin-left:14px;
	width:187px;
	padding:5px;
}
#culture a img{
	display:block;
	width:177px;
	height:128px;
	padding:2px;
	border:#DDD 1px solid;
}
#culture a p{
	clear:both;
	margin-top:4px;
	line-height:18px;
	text-align:center;
	height:36px;
	overflow:hidden;
}
p.s_b a{
	color:#CE0000;
}
.map a{
	color:#333;
}