html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}

p {
	margin-top: 10px;
	margin-left: 10px;
}

#all {
	width: 1080px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top: 80px;
	width: 1080px;
	overflow: auto;
}

.left {
	float: left;
	border: 0;
	width: 120px;
}

.center {
	float: left;
	border: 0;
	width: 840px;
}

.center_item {
	float: left;
	border: 0;
	width: 120px;
}

#center_content {
	float: left;
	border: 0;
	width: 720px;
	height: 1520px;
	background-color: inherit;

	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;

	padding: 0;
	text-align: left;
	overflow: hidden;
}

.right {
	float: left;
	border: 0;
	width: 120px;
}

.row {
	height: 80px;
}

.column {
	float: left;
	width: 120px;
	height: 80px;
	background-color: inherit;

	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;

	padding: 0;
	text-align: left;
	overflow: hidden;
}

.column_link {

	float: left;
	width: 120px;
	height: 80px;
	background-color: inherit;

	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;

	padding: 0;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
}

.column_selected {
	float: left;
	width: 120px;
	height: 80px;
	background-color: inherit;

	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;

	padding: 0;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
}

.img_auto {
	border: 0;
	width: auto;
	height: auto;
}

.item_content_overall {
	width: 680px;
	height: 1480px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.item_content_info {
	float: left;
	width: 360px;
}

.item_content_text {
	float: left;
	width: 360px;
	margin-top: 20px;
}

.image_container {
	float: left;
	width: 300px;
	height: auto;
}

.item_content_image {
	float: left;
	width: 300px;
	height: auto;
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 0;
}

.item_content_left {
	float: left;
	width: 360px;
}

.item_content_image_first {
	float: left;
	width: 300px;
	height: auto;
	margin-bottom: 15px;
	margin-top: 60px;
	margin-left: 20px;
	line-height: 0;
}

.item_content_image img, .item_content_image_first img {
	width: 300px;
}

a.std_link:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

a.std_link:link, a.std_link:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}