/* CSS document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362e7e;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

.pagecontainer {
	float: left;
	position: absolute;
	width: 739px;
	left: 50%;
	margin-left: -370px;
}

.headeri {
	float: left;
	position: relative;
	width: 739px;
	height: 56px;
	background-image: url(../img/header3.jpg);
	background-repeat: no-repeat;
}
.headerarea {
	float: left;
	position: relative;
	display: inline;
	width:650px;
	height: 20px;
	vertical-align:middle;
	margin-left: 30px;
	margin-top: 25px;
}
.headernavi {
	float: left;
	position: relative;
	display: inline;
	width: 79px;
	height: 23px;
	margin-left: 595px;
	margin-top: -16px;
}
	
.banner {
	float: left;
	position: relative;
	width: 739px;
	height: 156px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
.container {
	float: left;
	position: relative;
	width: 739px;
	height: 449px;
}
.bgleft {
	float: left;
	position: relative;
	width: 21px;
	height: 449px;
	background-image: url(../img/bg_left.jpg);
	background-repeat: no-repeat;
}
.leftarea {
	float: left;
	position: relative;
	width: 160px;
	height: 449px;
	background-image: url(../img/clock_bg.jpg);
	background-position: 0% 99%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.content {
	background-image: url(../img/bg_gray.jpg);
	float: left;
	position: relative;
	width: 539px;
	height: 449px;
}
.content_allow {
	float: left;
	position: relative;
	display: inline;
	width: 500px;
	height: 400px;
	margin-left: 20px;
	margin-top: 25px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
}
.content_left {
	float:left;
	position: relative;
	display: inline;
	margin-top: -15px;
	padding-right: 15px;
	width: 220px;
	height: 400px;
	overflow: auto;
}
.content_right {
	float: left;
	position: relative;
	display: inline;
	margin-left: 30px;
	margin-top: -15px;
	width: 230px;
	height: 400px;
	*overflow:hidden;
}
.content_right_bottom {
	float: left;
	position: relative;
	display: inline;
	margin-top: 320px;
}
.bgright {
	float: left;
	position: relative;
	width: 19px;
	height: 449px;
	background-image: url(../img/bg_right.jpg);
	background-repeat: no-repeat;
}
.footer {
	float: left;
	position: relative;
	width: 739px;
	height: 66px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}


