#header{
}
#header_logo{
display:block;
float:none;
background-image:url(bg_up.jpg);
background-repeat:no-repeat;
background-position:top right;
width:960px;
height:70px;
margin-left: 0;
margin-bottom: 20px;
padding-bottom:10px;
}
#main_content_outer{
	width:960px;
	background-color:white;
	padding:0;
	margin:0 auto;
	border:none;
}
#side_content, #main_content, #side_content2{
	min-height:340px;
	margin:0;
	float:left;
}
#side_content{
	width:200px;
	padding:10px 8px 10px 0;	
	background-color:white;
	
}
#side_content2{
	width:2px;
	padding:0px;	
	background-color:white;
	
}
#main_content{
	width:730px;
	padding:10px;
	background-color:white;
	min-height:450px;
}
#footer{
	width:940px;
	background-color:white;
	padding:10px;
	margin:0 auto;
	text-align:center;
	color:#666666;
	letter-spacing:0.1em;
}
#footer a{
text-decoration:none;
font-weight: bold;
}
#footer a:hover{
color:red;
}
.article_text img {
	max-width:730px;
}
