@charset "utf-8";
/* CSS Document */

.bannerArea {
	clear: both;
	height: 200px;
	width: 900px;
	background-image: url(images/template/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 12px;
}
.contentArea {
	background-image: url(images/template/page_title.gif);
	background-repeat: repeat-y;
	width: 900px;
	clear: both;
	overflow: hidden;
	height: auto;
}
.banner_under {
	float: center;
	width: 900px;
}

.footerArea {
	background-image: url(images/template/page_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 57px;
	width: 900px;
}
.banner_right {
	float: center;
	width: 900px;
	text-align: center;
	padding-top: 135px;
}
.footer_left {
	float: center;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 60px;
}
.content_left {
	width: 400px;
	float: left;
	padding-right: 15px;

}
.content_right {
	float: right;
	height: 175px;
	width: 250px;
	padding-right: 20px;
	text-align:center;

}
.content_middle {
	float: left;
	width: 400px;
	text-align:left;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: right top;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	text-align: left;
}
