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


#text {
	font-size: medium;
	float: right;
	width: 480px;
	background-color: #CBB98B;
	margin: 0px;
	padding: 10px;
	height: 325px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: visible;
}
#walkbeijing {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	width: 480px;
	height: 325px;
	background-color: #CBB98B;
	float: left;
	text-align: left;
	padding: 10px;
	overflow: visible;
}
#gallery{
	text-align: center;
	background-color: #CBB98B;
	width: 500px;
	height:400px;
	float: left;
	clear: both;
	display: block;
	cursor: pointer;
}
#gallery img.thumb {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}
#bigimage{
	text-align: center;
	float: right;
	width: 500px;
	background-color: #CBB98B;
	padding-top: 15px;
	padding-bottom: 13px;
	height: 480px;
}
#container {
	width: 1000px;
}
