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

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

img {
	border: 0;
}

.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;
}

.content_main {
	width: 998px;
}
.content_main .top {
    background: url('images/content_top_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    _font-size: 0;
    height: 15px;
}
.content_main .center {
    background: #a8cf3c url('images/content_bg.png') repeat-x;
}
.content_main .bottom {
    background: url('images/content_bottom_bg.png') no-repeat;
    _behavior: url('iepngfix.htc');
    _font-size: 0;
    height: 15px;
}
.content_main .main {
    background: url('images/map.png') no-repeat;
    overflow: hidden;
    padding-left: 250px;
}
.content_main .main .campusname {
    background: url('images/delimeter.png') left bottom no-repeat;
    _behavior: url('iepngfix.htc');
    padding-bottom: 8px;
}
.content_main .main .campusname img {
    _behavior: url('iepngfix.htc');
}
.content_main .main .campuslogo4, .content_main .main .campuslogo3, .content_main .main .campuslogo1 {
	width: 100%;
}
.content_main .main .campuslogo4 td {
	text-align: center;
	width: 25%;
}
.content_main .main .campuslogo3 td {
	text-align: center;
	width: 33%;
}
.content_main .main .campuslogo1 td {
	text-align: center;
	width: 100%;
}