body {
	background-color: #e4e4e4;
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 80%;
}

h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin-top:0;
}

p {
	line-height: 1.5em;
}

a img {
	border: none;
}

a:link {
	color: #0066cc;
}

a:visited {
	color: #003366;
}

#wrapper-shadow {
	margin: 0 auto;
	width: 1024px;
	background: url(../library/images/body-bg.gif) repeat-y 0 0;
}

#wrapper {	
	margin: 0 auto;
	width: 990px;
	border: 1px solid #FFFFFF;
}

#menu {
	position: relative;
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0;
	height: 83px;
}

#menu ul {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 255px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#chinese #menu ul {
	font-size: 120% !important;
}

#menu li {
	display: inline;
	margin-right: 10px;
}

#chinese #menu li {
	margin-right: 35px;
}

#menu li a:visited, #menu li a:link {
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover {
	color: #33CCFF;
}

#language-box {
	font-size: 75%;
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 18px;
	background-color:#666;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#language-box a {
	color: #FFFFFF;
	text-decoration: none;
}

#language-box a:hover {
	color: #33CCFF;
}

#banner-home {
	position: relative;
	background: url(../library/images/home-banner.jpg) no-repeat 0 0;
	width: 990px;
	height: 317px;
}

	* html #banner-home {
		margin-top: -3px;
	}


#content {
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
	background: url(../library/images/splash-bg.jpg) no-repeat 50% 15px;
}

#content p {
	font-size: 130%;
}

#flag-container {
	padding-top: 10px;
	width: 198px;
	margin: 0 auto;
}

#flag-container .flags {
	width: 49px;
	float: left;
}

#content .flags p {
	font-size: 90%;
}

#welcome-msg {
	text-align: center;
	padding-top: 10px;
	height: 72px;
	background-color: #f2f2f2;
	font-size: 160%;
	font-weight: bold;
	color: #032e87;
}

#welcome-msg p {
	margin: 0;
}


#footer {
	clear: both;
	font-size: 90%;
	padding-top: 25px;
	color: #FFFFFF;
	text-align: center;
	height: 62px;
	background-color: #333333;
}

#footer p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

#footer a:visited, #footer a:link {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

@media print {
#footer{
	display:none;
}
#welcome-msg, #content {
	clear:both;
	width:100%;
}
}