html, body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background: #94ACAC repeat-y;
}

img {
	border: 0;
}

.acenter {
	text-align: center;
}

.bg {
	/* background: url('images/bg_image.png') left bottom no-repeat; */
    min-height: 100%;
}

.ph {
	margin: 0 auto;
	width: 1000px;
}

.header {
    background: url('images/header_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    height: 297px;
    margin-bottom: 16px;
}
.header .logo {
	background: url('images/logo.png') no-repeat;
	_behavior: url('iepngfix.htc');
    height: 70px;
    margin: 70px 0 0 78px;
    position: absolute;
    width: 643px;
}
.header .menu {
	background: url('images/menu_bg.png') no-repeat;
    height: 40px;
    margin: 242px 0 0 20px;
    position: absolute;
    width: 955px;
}
.header .menu ul {
	margin: 9px 0 0 240px;
	padding: 0;
}
.header .menu li {
	border-right: #003333 2px solid;
	float: left;
	list-style: none;
	margin-right: 20px;
	padding-right: 20px;
}
.header .menu li.last {
    border-right: none;
}
.header .menu li a {
	color: #003333;
	font-size: 20px;
	text-decoration: none;
}

.contenty {
	width: 998px;
	margin-bottom: 16px;
}
.contenty .top {
    background: url('images/contenty_top_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    height: 18px;
}
.contenty .center {
    background: #ffff99;
}
.contenty .bottom {
    background: url('images/contenty_bottom_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    _font-size: 0;
    height: 18px;
}
.contenty .main {
    overflow: hidden;
    padding: 0 15px;
}

.content2 {
	width: 998px;
	margin-bottom: 16px;
}
.content2 .top {
    background: url('images/content2_top_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    height: 31px;
}
.content2 .center {
    background: url('images/content2_bg.png') repeat-y;
    _behavior: url('iepngfix.htc');
}
.content2 .bottom {
    background: url('images/content2_bottom_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    height: 56px;
}
.content2 .main {
    overflow: hidden;
}

.content2 .j {
	width: 100%;
}
.content2 .j td {
	text-align: center;
	width: 25%;
}
