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

body {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
}

p {
	text-align: justify;
}
.wrapper {
	width: 760px;
	margin: 0 auto;
	border: 10px solid #5D5B5B;
}

.header {
	background: url(images/01.gif) no-repeat;
	margin-top: 0;
}

h1 {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height: 49px;
	vertical-align: middle;
	font-weight:bold;
	font-style:italic;
	color:#3C3C3C;
	padding-left:10px;
}

.pad {
	padding-left: 2px;
}

.menu {
	padding-top: 5px;
}

.line {
	border-bottom: 2px solid #999999;
}

.pics {
	padding-left: 25px;
}

.left {
	margin-left: 10px;
	float: left;
	width: 190px;
	height: 1800px;
	background: url(images/bg.jpg) repeat;
}

.city {
	padding-left: 12px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: middle;
}

.city a {
	color: #000000;
	text-decoration: none;
}

.city a:hover {
	color: #CC6600;
}

.country {
	color: #FF0000;
	padding-left: 5px;
}

.right {
	float: right;
	width:540px;
	margin-right: 10px;
}

.footer {
	line-height: 20px;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.intro {
	color: #FF9900;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.google {
	float: right;
	width: 336px;
	height: 280px;
	margin: 3px 3px 3px 3px;
}

.last {
	width: 400px;
	margin: 0 auto;
	clear: both;
}

.lastleft {
	float: left;
	width: 200px;
}

.lastright {
	float: right;
	width: 200px;
}

.lists {
	list-style: disc;
}

.style1 {
	font-weight: bold;
}

