@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
body{
	background:url(../images/img/bg_strip.jpg) repeat-x top left;
	color: #656565;
}
ul{
	list-style:none;
}
#login a{
        color:#ffffff;
}
a{
	text-decoration:none;
	color:#442470;
}
.clr{
	clear:both;
}
#wrapper{
	width:903px;
	margin:0 auto;
}
#top{
	width:903px;
	height:175px;
	float:left;
	position:relative;
	top:7px;
}
#topmost{
	width:903px;
	float:left;
}
#logo h1 a{
	background: url(../images/img/logo.jpg) no-repeat;
	width:408px;
	height:100px;
	float:left;
	margin-top:8px;
}
#logo h1 a span{
	display:none;
}
#login{
	width:210px;
	float:left;
	position:relative;
	left:195px;
	padding: 0 10px 5px 10px;
	background:url(../images/img/login_bg.jpg) no-repeat bottom left;
	background-color:#442470;
	color:#fff;
}
#login p{
	margin-bottom:7px;
}
#login #login_title{
	border-bottom:1px solid #bfa4e5;
	font-size:1.2em;
}
#login a{
	text-decoration:underline;
	float:right;
}
#login span{
	width:66px;
	float:left;
}
#login input{
	border:0;
	width:140px;
}
#menu {
	width:903px;
	float:left;
	padding-left:17px;
	margin-top:7px;
}
#menu li{
	float:left;
	height:47px;
	line-height:3;
}
#menu li a{
	text-decoration:none;
	text-align:center;
	/*color:#bfa4e5;*/
	font-weight: bold;
	background:url(../images/img/tab_bg.jpg) no-repeat top left;
	width:96px;
	height:47px;
	display:block;
}
#menu li a.selected{
	background-position: bottom left;
	color:#fff;
}
#banner{
	background:url(../images/img/banner.jpg) no-repeat top left;
	width:903px;
	height:280px;
	float:left;
}
#main{
	background:url(../images/img/main_footer_bg.jpg) no-repeat bottom left;
	width:903px;
	float:left;
	padding-bottom:17px;
}
#main-inner{
	background:url(../images/img/main_bg_strip.jpg) repeat-y top left;
	width:848px;
	padding-left:40px;
	padding-right:15px;
	float:left;
}
#content{
	width:545px;
	float:left;
	text-align:justify;
}
p.title{
	font-size:1.4em;
	font-weight:bold;
}
hr.title2{
	color:#ccc;
	background-color:#ccc;
	border:0;
	height:1px;
}
#inlet{
	width:274px;
	float:right;
	border: 1px solid #c6aaed;
	background-color:#ebebeb;
	padding:15px 7px 7px 7px;
}
div.article{
	width:274px;
	float:left;
	padding-top:7px;
	padding-bottom:7px;
}
div.article_date{
	width:38px;
	float:left;
	text-align:center;
	padding-right:7px;
	color:#442470;
	border-right:1px solid #c6aaed;
}
p.day{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #c6aaed;
}
p.mon{
	font-size:.8em;
	border-bottom:1px solid #c6aaed;
}
p.year{
	font-size:.8em;
}
p.article_title{
	font-size:1.2em;
	font-weight:bold;
	color:#442470;
}
p.read_more,
p.read_more a{
	text-align:right;
	font-weight:bold;
	color:#442470;
}
div.article_briefer{
	width:218px;
	float:left;
	padding-left:7px;
}
#footer{
	background:url(../images/img/footer_bg_strip.jpg) repeat-x top left;
	width:903px;
	float:left;
}
#footer-left{
	background:url(../images/img/footer-left_bg.jpg) no-repeat top left;
	width:17px;
	height:60px;
	float:left;
}
#footer-center{
	width:866px;
	float:left;
	text-align:center;
	color:#fff;
	padding-top: 15px;
}
#footer-center a{
	color:#fff;
}
#footer-right{
	background:url(../images/img/footer-right_bg.jpg) no-repeat top left;
	width:17px;
	height:60px;
	float:right;
}
p#copyright{
	color:#c6aaed;
	padding-top:7px;
}

.content_inner{
	width: 903px; 
	padding-top: 174px;
	/*_padding-top: 0px;*/
	margin-top: 0px;
	/*_margin-top: -1px;*/
}

.content_inner, .content_inner_div_top{
	width: 903px;	
}

.content_inner_div_span{
	background-image: url(../images/img/content_bg_span.jpg);
	background-repeat: repeat-y;
}

.content_inner_div_top{
	background-image: url(../images/img/content_bg_top.jpg);
	background-repeat: no-repeat;	
	background-position: top;
}
.content_inner_div_bot{
	background-image: url(../images/img/content_bg_bot.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
}

#content_inner_data{
	width: 863px;

	padding: 20px;
}

#content_inner_data h1{
	font-size: 14px;
	padding-top: 10px;
}