h1 {
	display: block;
	float: left;
	width: 740px;
}

#enlarge_wrap {
	width: 740px;
	margin: 20px auto;
}

#in_wrap {
	width: 740px;
	float: left;
}

#online #enlarge_wrap {
	width: 824px;
	margin: 20px auto;
}

#online #in_wrap {
	width: 824px;
	float: left;
}

#container {
	width: 740px;
	float: left;
}

#online #container {
	width: 824px;
	float: left;
}


#right_sidebar {
	width: 160px;
	height: 600px;
	float: right;
}


#enlarge_image {
	width: 580px;
	min-height: 800px;
	float: left;
	overflow: hidden;
}

#online #enlarge_image {
	width: 664px;
	min-height: 800px;
	float: left;
	overflow: hidden;
}

#copyright {
	display: none;
}
h2,
h1 {
	font-size: 20px;
	color: #4F8BBF;
	text-align: center;
	margin-bottom: 15px;
}
#back {
	background-color: #4F8BBF;
	width: 100%;
	padding: 8px 0 8px;
	text-align: center;
	height: 15px;
	float: left;
	margin-bottom: 5px;
}
#right_sidebar ul a {
	color: #4F8BBF;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
}
#right_sidebar a:hover {
	background-color: #DFDFDF;
}
#right_sidebar h6 {
	background-color: #4F8BBF;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 10px 0 0 0;
	padding: 3px;
}
#right_sidebar ul {
	background-color: #FFF;
	font-size: 14px;
	color: #4F8BBF;
	text-align: left;
	display: block;
	border: 1px solid #4F8BBF;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

