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_wide {
	float: left;
	width: 360px;
	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_wide_link {

	float: left;
	width: 360px;
	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;
}

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;
}

img {
	border: 0;
	width: 120px;

}

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