@charset "utf-8";
/* CSS Document */

#BG {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#mainBG {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center 98px;
}

#headBG {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footBG {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#header {
	height: 78px;
	padding-top: 20px;
	width: 950px;
	overflow: hidden;
}

#menuarea {
	width: 950px;
	height: 445px;
}

#menuarea ul {
	padding-top: 320px;

}

#menuarea li {
	float: left;
}

#container {
	background-image: url(../images/inner_bg.png);
	background-repeat: no-repeat;






	behavior:expression(IEPNGFIX.fix(this));
	width: 880px;
	margin-top: 3px;
	padding-top: 45px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 55px;
	margin-bottom: 20px;
}

#container .box {

}

#container .block {
	margin-top: 10px;
	background-image: url(../images/inner_bg.jpg);
	background-repeat: repeat-y;
	width: 880px;
	padding-top: 10px;
}

#container .block ul {
	overflow: hidden;
	margin-left: 10px;
	width: 860px;
	height: 197px;
	padding-bottom: 10px;
}

#container .block li {
	float: left;
	padding-right: 1px;
}

#container .block p {
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	width: 950px;
	text-align: center;
	height: 62px;
	padding-top: 23px;
}
