body {
	color: #000;
	margin: 0px;
	background: #F4F4F4;
	font: 14px/20px Verdana, Geneva, sans-serif;
}
h1  {
	font-size: 20px;
}
h2  {
	font-size: 16px;
}
img {
	border-style: none;
}
/* Logo */
#logo {
	width: 960px;
	height: 100px;
	position: relative;
	background: url(graphics/navend.jpg) no-repeat center bottom;
	margin-right: auto;
	margin-left: auto;
}
#logo h1 {
	color: #609;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-top: 20px;
	font: normal 36px Arial, Helvetica, sans-serif;
}
#logo h1 em {
	color: #609;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#logo h2 {
	color: #000;
	margin-top: -25px;
	width: 255px;
	margin-left: 10px;
	font: normal 18px Arial, Helvetica, sans-serif;
	text-indent: 5px;
}
#logo h3 {
	color: #609;
	font: normal 26px Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -70px;
	padding-right: 10px;
}
#logo h3 em {
	color: #609;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Menu */
#navigation {
	width: 100%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: -1px;
}
#navigation ul {
	list-style: none;
	line-height: normal;
	padding-left: 1px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: inline;
	float: right;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
	background-image: url(graphics/nav.jpg);
	background-repeat: repeat-x;
	font: normal 14px Verdana, Geneva, sans-serif;
}
#navigation a:hover {
	color: #000;
	width: 100px;
	background-image: url(graphics/nav_active.jpg);
}
#navigation .active {
	color: #000;
	width: 100px;
	background-image: url(graphics/nav_active.jpg);
	height: auto;
}
/* Page */
#contentWrapper {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#banner {
	height: 300px;
	width: 960px;
	padding-top: 0px;
	margin: 0px auto;
}
#frontpage {
	height: auto;
	width: 960px;
	margin: 0px auto;
	padding-top: 50px;
}
#box {
	height: 200px;
	width: 300px;
	float: left;
	background: url(graphics/box_bg.jpg) no-repeat;
	margin-left: 15px;
	text-align: center;
}
#box p {
	margin-top: -10px;
	text-align: left;
	margin-left: 10px;
}
#box a   {
	height: 20px;
	width: 80px;
	background: url(graphics/readmore.png) no-repeat;
	margin: 10px 10px 0px 0px;
	border-style: none;
	float: right;
}
#box a:hover   {
	background: url(graphics/readmore_hov.png) no-repeat;
}
#content {
	height: auto;
	width: 960px;
	margin: 0px auto;
}
#rightsidebar {
	height: auto;
	width: 315px;
	float: right;
	text-align: center;
	margin-top: 30px;
}
#rightsidebar a {
	height: 45px;
	width: 300px;
	margin-left: 10px;
	text-decoration: none;
	margin-bottom: 15px;
	text-align: center;
	float: left;
	vertical-align: middle;
	color: #FFF;
	border: 1px dotted #609;
	padding-top: 5px;
	background: url(graphics/forms.jpg) no-repeat;
}
#rightsidebar a:hover {
	background: url(graphics/forms_hov.jpg) no-repeat;
	color: #000;
}
#main {
	height: auto;
	width: 640px;
	margin: 0px auto;
	float: left;
}
#main li {
	margin-bottom: 5px;
}
#main a:hover {
	text-decoration: underline;

}

#map {
	height: auto;
	width: 600px;
	float: left;
}
#map a {
	text-align: center;
	color: #609;
	text-decoration: none;
}
#contact {
	height: 550px;
	width: 315px;
	text-align: left;
	border-left: 2px solid #609;
}
#contact em {
	color: #609;
}
form {
	width: 300px;
	float: right;
	margin-top: -20px;
}
form fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
form textarea {
	background-color: #FFF;
	color: #609;
	width: 290px;
}
form textarea:focus {
	background-color: #FCF;
	color: #609;
}
#copyright {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	border-top: 1px dotted #609;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright p {
	width: 450px;
	float: left;
	font-size: 12px;
}
#copyright p a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#copyright ul {
	float: right;
	width: auto;
	font-size: 10px;
	font-style: normal;
	color: #999;
}
#copyright ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
}
#copyright ul a {
	color: #CCC;
	text-decoration: none;
	font-size: 10px;
}
#copyright img {
	float: right;
	margin-left: 5px;
}
.box {
	margin-top: -30px;
	margin-bottom: -10px;
}
.warning {
	color: #F00;
	font-style: italic;
	margin-left: 2px;
}
.formbox {
	background-color: #FFF;
	color: #609;
	width: 290px;
}
.formbox:focus, .hearhow:focus {
	background-color: #FCF;
	color: #609;
}
.label {
	float: left;
}
.chinese {
	font-size: 14px;
	color: #609;
	text-decoration: none;
	font-weight: normal;
}
.radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
