@charset "utf-8";
body {
	width: 1000px;
	background-color: #2f5978;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
	margin: 5px auto 0 auto;
}
#top {
	background: url(../images/top.jpg);
	width: 980px;
	height: 300px;
	margin: auto;
}
#nav {
	height: 50px;
	width: 980px;
	position: absolute;
	top: 294px;
}
.menu {
	height: 48px;
	width: 100px;
	float: left;
	background-color: #2f5978;
	margin-right: 10px;
	border: 1px solid #c7952c;
}
#menu {
	width: 900px;
	margin-left: 30px;
}
.conntener {
	height: auto;
	width: 1000px;
	margin-top: 50px;
}
#footer {
	margin: 50px auto;
	height: 50px;
	width: 980px;
	clear: both;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 50px;
}
.tableLeft {
	padding: 10px;
	float: left;
	height: auto;
	width: 480px;
	margin: auto;
}
.tableRight {
	padding: 10px;
	float: left;
	height: 400px;
	width: 480px;
}
p {
	font-size: 14px;
	color: #FFF;
}
.table {
	margin: auto;
	height: auto;
	width: 98%;
	float: left;
	padding: 0 10px;
}
.photo {
	border: 2px solid #c7952c;
	width: 300px;
	height: 240px;
	margin: auto;
}
#language {
	float: left;
	border: 2px solid #c7952c;
}
#language a img {
	border: none;
}
#info {
	text-align: left;
	margin: auto;
	width: 400px;
	font-size: 14px;
}
#slideshow {
	width: 400px;
	height: 300px;
	margin: auto;
	border: 2px solid #c7952c;
}
.hander {
	height: auto;
	width: auto;
}
h2 {
	color: #FFF;
}
.map {
	margin: auto;
	height: 600px;
	width: 800px;
}
a:link {
	color: #CCC;
}
