@charset "utf-8";
.bodyDiv {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 956px;
}
.logoDiv {
	width: 430px;
	height: 60px;
	background-image:url(images/logo_header.png);
	top: 19px;
	position: absolute;
	left: 3px;
}
.navDiv {
	width: 630px;
	height: 60px;
	top: 80px;
	position: absolute;
	left: 0px;
	z-index: 10;
}
.newsDiv {
	width: 347px;
	height: 690px;
	top: 105px;
	position: absolute;
	left: 10px;
	background: url(images/newsbg.png) no-repeat;
	z-index: 9;
	padding-left: 18px;
	padding-top: 69px;
}
.maincontent {
	width: 620px;
	height: 400px;
	top: 105px;
	position: absolute;
	left: 10px;
	z-index: 9;
}
.newsnavDiv {
	width: 150px;
	height: 40px;
	top: 729px;
	position: absolute;
	left: -20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	size: 14px;
	color: #FFFFFF;
	z-index: 10;
}
.newsnav3Div {
	width: 300px;
	height: 50px;
	top: 595px;
	position: absolute;
	left: 19px;
	font: Verdana, Arial, Helvetica, sans-serif;
	size: 14px;
	color: #FFFFFF;
	z-index: 10;
}
.newsnav2Div {
	width: 161px;
	height: 123px;
	top: 640px;
	position: absolute;
	left: 18px;
	font: Verdana, Arial, Helvetica, sans-serif;
	size: 14px;
	color: #FFFFFF;
	z-index: 10;
}
.pictureDiv {
	width: 340px;
	height: 465px;
	top: 480px;
	position: absolute;
	left: 327px;
	z-index: 9;
}
.picture0Div {
	width: 340px;
	height: 465px;
	top: 115px;
	position: absolute;
	left: 327px;
	z-index: 10;
}
.footernavDiv {
	width: 630px;
	height: 40px;
	top: 866px;
	position: absolute;
	left: 0px;
	z-index: 10;
	padding-top: 5px;
}
.leftpanelDiv {
	position: absolute;
	left: 1px;
	width: 280px;
	height: 956px;
	background: url(images/left_panel.png) no-repeat;
}
.centreDiv {
	position: absolute;
	left: 280px;
	width: 630px;
	height: 956px;
	background: url(images/tiled_bg.png) repeat-x;
	top: 0px;
}
.rightpanelDiv {
	position: absolute;
	left: 910px;
	width: 290px;
	height: 956px;
	background: url(images/right_panel.png) no-repeat;
	z-index: 9;
}
