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

* {
	margin: 0;
	padding: 0;
} 
body {
	background-color: #ffffff;
	text-align: center;
}

#warpper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: 2px #091700 solid;
	background-image: url(../images/background_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 838px;
}

#back-right {
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 838px;
}

#head-bar {
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	height: 35px;
}

#chinese {
	width: 90px;
	position: absolute;
	left: 133px;
	bottom: 365px;
}

/*#header {
	position: absolute;
	left: 230px;
	top: 40px;
	width: 600px;
}*/
#logo {
	width: 130px;
	height: 92px;
	position: absolute;
	top: 42px;
	left: 240px;
}



#village {
	padding-left: 30px;
	background-image: url(../images/bullet01.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 200px;
	position: absolute;
	top: 60px;
	left: 395px;
}

#village span {
	color: #518A13;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#village span a {
	color: #518A13;
	text-decoration: none;
}

#village span a:hover {
	color: #FF0000;
	text-decoration: none;
}

#village p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

#bowery {
	padding-left: 30px;
	background-image: url(../images/bullet01.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 200px;
	position: absolute;
	top: 60px;
	left: 575px;
}

#bowery span {
	color: #518A13;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#bowery span a {
	color: #518A13;
	text-decoration: none;
}

#bowery span a:hover {
	color: #FF0000;
	text-decoration: none;
}

#bowery p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	position: absolute;
	left: 765px;
	top: 135px;
	width: 200px;
	height: 280px;
	font-weight: bold;
}

#nav ul li {
	list-style: none;
	background-image: url(../images/bullet02.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 23px;
	line-height: 28px;
}

#nav ul li a {
	color: #9BAB75;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#content {
	background-color: #FFFFFF;
	border: 2px solid #666666;
	border-bottom: none;
	width: 515px;
	height: 695px;
	position: absolute;
	bottom: -2px;
	left: 229px;
	z-index: 1;
}

#left-graphic {
	width: 241px;
	height: 255px;
	background-image: url(../images/background_left_graphic.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: -144px;
	z-index: 2;
}

#right-grapihc {
	width: 214px;
	height: 255px;
	background-image: url(../images/background_right_graphic.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 452px;
	z-index: 3;
}



#text {
	position: absolute;
	top: 500px;
	left: 255px;
	width: 465px;
	z-index: 5;
}

#text p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

#copyright-press {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;

	bottom: 3px;
	left: 228px;
	width: 515px;
	z-index: 5;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;
	bottom: 3px;
	left: 228px;
	width: 515px;
	z-index: 5;
}

#copyright p {
	text-align: center;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #003300;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

