/* CSS Document */

#wrapper {
	background-image: url(../images/common_bg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 790px;
	margin-left: 150px;
	margin-top: 80px;
}

#title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #9E1F63;
	letter-spacing: 1.5px;
	text-align: right;
	border-bottom: 2px #9E1F63 solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 790px;
	text-transform: uppercase;
}

#info {
	padding: 0px 10px 0px 10px;
}

#singtao {
	background-image: url(../images/about_singtao.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	height: 324px;
	padding-bottom: 25px;
	border-bottom: #9E1F63 1px dotted;
	margin-bottom: 33px;
}

#text {
	border-left: 1px #82A8D5 dotted;
	width: 380px;
	float: left;
	height: 324px;
	padding-left: 10px;
}

#text p {
	text-indent: 25px;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding-bottom: 12px;
}

#pic {
	width: 329px;
	height: 322px;
	background-image: url(../images/act_pics_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	padding: 0px 7px 5px 0px;
}

#events {
	background-image: url(../images/about_events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	height: 355px;
	padding-bottom: 15px;
}

#text2 {
	border-left: 1px #82A8D5 dotted;
	width: 380px;
	float: left;
	height: 355px;
	padding-left: 10px;
}

#text2 p {
	text-indent: 25px;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding-bottom: 12px;
}

#text2 ul {
	padding: 10px 0px 0px 30px;
	list-style: none;
}

#text2 ul li {
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	line-height: 18px;
	font-weight: bold;
}

#pic2 {
	width: 329px;
	height: 344px;
	background-image: url(../images/act_pics_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	padding: 0px 7px 5px 0px;
}


#footer {
	width: 790px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 80px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p a {
	text-decoration: none;
	color: #006699;
}

#footer p a:hover {
	text-decoration: none;
	color: #9E1F63;
}

#footer_logo {
	float: right;
	width: 85px;
	height: 30px;
}	
