 @charset "utf-8";
/* CSS Document */

.bannerArea {
	clear: both;
	height: 168px;
	width: 1024px;
	background-color: #000;
	background-image: url(images/template/bizhead.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.navigationBar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CCC;
	background-color: #333;
	clear: both;
	float: none;
	height: 26px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.bodyArea {
	background-color: #000;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
}
.bodyArea .content_left {
	background-color: #FFF;
	height: auto;
	width: 350px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333;
	line-height: 110%;
}
.bodyArea .content_right {
	background-color: #FFF;
	height: auto;
	width: 624px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	font-weight: bold;
	line-height: 120%;
}

.footerArea {
	background-color: #FFF;
	height: 50px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
	word-spacing: 1px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	white-space: normal;
	clear: both;
	position: static;
	padding-top: 15px;
}
