@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#161616;
	text-align:center;
}

* {
	margin:0px;
	padding:0px;
}

#header_wrapper {
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header_nav {
	margin:0px auto;
	width:1000px;
}

#content_wrapper {
	
	text-align:center;
	background-color:white;
	background-position:top center;
	background-repeat:repeat-y;

}

#chinese_lady {

	background-position:bottom center;
	background-repeat:no-repeat;	
}
#chinese_lady2 {
	background-position:bottom center;
	background-repeat:no-repeat;	
}

#chinese_chars {

	background-position:top center;
	background-repeat:no-repeat;
}
	#chinese_chars2 {
	background-position:top center;
	background-repeat:no-repeat;
}

#content, #footer {
	background-color:white;
	width:1000px;
	margin:0px auto;
}


#bg_inner_content {

	background-repeat:repeat-y;
	width:1000px;
	background-position:center;
	

}

#inner_content{
	font-family:Rockwell;
	font-size:12px;
	color:#847e7e;
	margin:0px auto;
	width:1000px;
	padding:10px 45px;
}

#footer {
	font-size:10px;
	font-family:Rockwell;
	color:white;
	width:1000px;
	text-align:center;

	}

#footer li {
	display:inline;

}
#footer  a{
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#powered {
	color:#8f8083;
	text-align:center;
	font-family:Rockwell;
	font-size:10px;
}

#powered a{
	color:#8f8083;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
#powered a:hover {
	text-decoration:underline;
}

.image_nav a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.image_nav a:hover {
	text-decoration:underline;
}