@CHARSET "UTF-8";
body{
	margin: 0;
	padding: 0;
	background: #beecff;
}

a img{
	border: none;
}

#wrapper{
	width: 965px;
	margin: 15px auto 50px auto;
	font-family: Arial;
	font-size: 13px;
}

#intro{
	width: 960px;
	border: 1px solid #fff
}

#enter{
	float: left;
	margin: 3px 10px;
	color: #46a6cd;
	text-indent: 0;
}

#enter a{
	color: #46a6cd;
}

#menu ul{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0;
	margin: 0 9px 8px 1px;
	float: left;
}

#menu ul li.last{
	margin-right: 0;
}

#menu ul li a{
	display: block;
}



#content{
	width: 970px;
	clear: both;
	background: url(../images/side_logo.png) no-repeat;
}

#content h1{
	float: left;
	width: 310px;
	height: 512px;
	margin: 0;
	padding: 0;
	
}

#content h1 span{
	display: none;
}

#article_bg{
	background-repeat: no-repeat;
	background-position: 324px 5px;
}

#tab_menu{
	
}

#side_logo{
	float: left;
}

#article_content{
	width: 575px;
	float: right;
	padding: 70px 42px 0 25px;
}

#article_footer{
	width: 630px;
	height: 25px;
	float: right;
	background-repeat: no-repeat;
	background-color: #beecff;
}

#footer{
	background: url(../images/side_footer.png) no-repeat;
	clear: both;
	height: 25px;
	padding-right: 16px;
}

#footer p{
	width: 300px;
	text-align: center;
	font-size: 10px;
	color: #a1db24;
	margin: 0;
}

#footer p a{
	color: #a1db24;
}

hr{
	color: #000;
	background-color:  #000;
	height: 1px;
	border: 0;
	margin: 0;
	filter: alpha(opacity = 20);
	opacity: 0.2;
}

h2{
	display: none;
}


h3, h4{
	text-transform: uppercase;
}

h4{
	margin: 15px 0 10px 0;
	font-size: 15px
}

h5{
	margin: 15px 0 10px 0;
	font-size: 13px;
}
	
p{
	text-indent: 20px;
	line-height: 23px;
	margin: 10px 0;
	text-align: justify;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#desiter{
	margin: 0 27px 0 0;
	float: right;
	height: 20px;
	font-size: 10px;
	color: #0CC;
}

ul, ol{
	padding: 0 0 0 20px;
}

li{
	padding: 5px 0;
	margin: 0;
}

.a_right{
	text-align: right;
}

#desiter a{
	color: #0CC;
}
	


