@charset "utf-8";
/* CSS Document */

.headerArea {
	clear: both;
	height: 180px;
	width: 760px;
	background-color: #4a266c;
	background-position: 0px 0px;
}
.contentArea {
	clear: both;
	width: 760px;
	background-color: #4a266c;
}
.footerArea {
	background-color: #4a266c;
	width: 760px;
	clear: both;
}
.header_left {
	float: left;
	width: 380px;
}
.header_right {
	float: right;
	width: 380px;
	background-color: #4a266c;
}
.footer_left {
	float: left;
	width: 250px;
	color: #c0d26f;
	font-size: 16px;
	text-align: center;
	background-color: #4a266c;
	padding-left: 8px;
}
.footer_right {
	float: right;
	width: 250px;
	color: #c0d62f;
	font-size: 16px;
	text-align: center;
	background-color: #4a266c;
}
.copyrightArea {
	width: 760px;
	background-color: #4a266c;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}
.photo_top {
	height: 180px;
	width: 134px;
	border: 1px dotted #FFFFFF;
	position: relative;
	z-index: 1;
	padding-top: 6px;
	bottom: -75px;
}
.centerArea {
	height: 228px;
	width: 412px;
	position: relative;
	margin-top: 0px;
}
.photo_left {
	height: 180px;
	width: 134px;
	border: 1px dotted #FFFFFF;
	z-index: 1;
	position: relative;
	margin-top: -205px;
	margin-left: -520px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.photo_right {
	height: 180px;
	width: 134px;
	border: 1px dotted #FFFFFF;
	position: relative;
	z-index: 1;
	margin-top: -190px;
	float: right;
	left: -50px;
	padding-top: 6px;
	overflow: hidden;
}
.photo_bottom {
	height: 180px;
	width: 134px;
	border: 1px dotted #FFFFFF;
	position: relative;
	z-index: 1;
	top: -5px;
	padding-top: 6px;
}
.text_left {
	width: 250px;
	color: #FFFFFF;
	float: left;
	text-align: justify;
	padding-left: 8px;
	margin-top: 75px;
}
.text_right {
	color: #FFFFFF;
	float: right;
	width: 250px;
	text-align: justify;
	padding-right: 8px;
	margin-top: 75px;
}
.text_bottom_left {
	color: #FFFFFF;
	text-align: justify;
	float: left;
	width: 250px;
	padding-left: 8px;
	margin-top: -150px;
}
.text_bottom_right {
	color: #FFFFFF;
	text-align: justify;
	float: right;
	width: 250px;
	padding-right: 8px;
	margin-top: -150px;
}
.article_left {
	float: left;
	width: 275px;
	color: #c0d62f;
	text-align: left;
	padding-left: 8px;
	background-color: #4a266c;
}
.article_right {
	color: #c0d62f;
	float: right;
	width: 275px;
	text-align: left;
	padding-right: 8px;
	background-color: #4a266c;
}
.article_center {
	width: 210px;
}
.footer_center {
	background-color: #4a266c;
	width: 260px;
}

