body {
	background: black;
	margin: 0;
	padding: 0;
	color: #a2160e;
	text-align: center;
}

div {
	overflow: hidden;
	text-align: left;
}

a {
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	vertical-align: top;
	color: #6b4010;
}

.main {
	width:  1020px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#mainMap {
	background: url(../images/map_new.png);
}

#mapLogo {
	position: absolute;
	left: 0px;
	top: 50px;
}

#navigation {
	position: absolute;
	left: 900px;
	top: 50px;
}

a.navigationItem {
	display: block;
	text-align: center;
	color: #a2160e;
	font-weight: bold;
	margin-bottom: 20px;
}

#language {
	display: block;
	position: absolute;
	color: #a2160e;
	left: 50px;
	top: 500px;
	font-weight: bold;
	font-size: 16px;
}

.title {
	color: #6b4010;
	font-size: 30px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.subtitle {
	color: #6b4010;
	font-size: 22px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.text {
	color: #6b4010;
	font-size: 14px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 25px;
}

.red {
	color: #a2160e;
}

/* Index */

#mapRedFlagShanghai {
	position: absolute;
	left: 685px;
	top: 270px;
}

#mapRedFlagHenan {
	position: absolute;
	left: 600px;
	top: 240px;
}

#mapRedFlagSichuan {
	position: absolute;
	left: 485px;
	top: 290px;
}

#mapRedFlagQinghai {
	position: absolute;
	left: 400px;
	top: 215px;
}

#mapBlueFlagBeijing {
	position: absolute;
	left: 630px;
	top: 155px;
}

#mapBlueFlagNeimeng {
	position: absolute;
	left: 520px;
	top: 155px;
}

#mapBlueFlagXinjiang {
	position: absolute;
	left: 320px;
	top: 155px;
}

#mapBlueFlagGuizhou {
	position: absolute;
	left: 530px;
	top: 360px;
}

#mapBlueFlagYunnan {
	position: absolute;
	left: 470px;
	top: 390px;
}

#mapBlueFlagGuangxi {
	position: absolute;
	left: 570px;
	top: 410px;
}

/* Index */

/* Sponser */

.mainCenter {
	width: 700px;
	margin-left: 200px;
	margin-top: 30px;
}

#mainSponser {
	background: url(../images/bg3.jpg);
}

#sponserLeft {
	float: left;
}

#sponserRight {
	float: right;
	margin-right: 60px;
}

.sponserSchool {
	color: #6b4010;
	margin-bottom: 6px;
}

#sponserTable td {
	padding-right: 10px;
	padding-bottom: 10px;
}
/* Sponser */

/* Activity */
#mainActivity {
	background: url(../images/bg3.jpg);
}

/* Activity */


/* Aboutus */
#mainAboutus {
	background: url(../images/bg3.jpg);
	position: relative;
}

#mainAboutus .mainCenter {
	background: url(../images/diary/diary.png);
	width: 690px;
	height: 484px;
	margin-top: 45px;
}


.diaryLeft {
	width: 325px;
	margin-left: 50px;
	margin-top: 35px;
}

#diaryNavigator {
	position: absolute;
	top: 100px;
	left: 855px;
}

.diaryNav {
	display: block;
}

.diaryNav img {
	width: 30px;
}

.diaryLeft a {
	display: block;
	color: blue;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Aboutus */



#video {
	position: absolute;
	left: 100px;
	top: 50px;
	z-index: 100;
}

#videoWrapper {
	width: 480px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #cccccc;
}

#videoClose {
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	display: block;
	color: black;
	text-decoration: none;
}

#videoPlayer {
}

