@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(elements/body-bk.gif); 
}

.head {
	width: 900px;
	height: 50px;
	background-image: url(elements/home-header.gif);
	margin: 0;
	padding: 0;
}

.nav {
	width: 900px;
	height: 200px;
	margin: 0;
	padding: 0;
}

.slideshow {
	width: 340px;
	height: 340px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	border: 0;
}

.picframe {
	background-color: #2d608a;
	width: 400px;
	height: 400px;
	margin: 0;
	padding:0;
	float: left;
	
}

.text {
	background-color: #2d608a;
	width: 500px;
	height: 400px;
	margin: 0;
	padding:0;
	float: left;
	border: none;
}

.screen-p{
	width: 900px;
	height: 600px;
	background-image: url(elements/header-program.gif);
	background-repeat: no-repeat;
}

.screen-n{
	width: 900px;
	height: 600px;
	background-image: url(elements/header-nanjing.gif);
	background-repeat: no-repeat;
}

iframe {
	border: 0;
}

.foot {
	width: 900px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 0.5em;
}

ul.navigation li {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 13px;
	list-style: none;
	float: right;
	margin-top: 13.8em;
	margin-right: 0.9em;
}

.wrapper {
	width: 900px;
	height: 600px;
	margin: auto;
	margin-top: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #c0af00;
	text-decoration: none;
}
a:active {
	color: #c0af00;
	text-decoration: none;
}