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

body {
	font: 80% Arial,Verdana,Helvitica,sans-serif;
	background: #999;
	margin: 0px;
	text-align: center;
}

.heads {
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.history {
	color: #333;
	text-decoration: underline;
}
.history a:link {
	color: #333;
	text-decoration: underline;
}
.history a:hover {
	color: #C00;
	text-decoration: underline;
}

#container {
	margin: auto;
	width: 780px;
	height: 580px;
	text-align: center;
	margin-top: 30px;
	background: #FFF;
}

.navbar #nav{
	position:relative;
	display:block;
	height:40px;
	font-size:11px;
	font-weight:normal;
	background:#000;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	width: 780px;
}
.navbar #nav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.navbar #nav ul li{
	display:block;
	float:right;
	margin:0 1px 0 0;
	height: 30px;
}
.navbar #nav ul li a{
	display:block;
	float:left;
	color:#999;
	text-decoration:none;
	padding:14px 19px 0 19px;
	height:30px;
}
.navbar #nav ul li a:hover,.navbar #nav ul li a.current{
	color:#fff;
}
#right {
	width: 420px;
	text-align: left;
	float: left;
	background: #CCC;
	height: 380px;
	margin-top: 30px;
	border-top: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}
#head {
	background: url(../img/head2.jpg);
	margin: 0;
	width: 780px;
	height: 100px;
	text-align: center;
	padding: 0;
}

#content {
	margin: 0;
	width: 780px;
	padding: 0;
	background: #FFF;
	background-color: #FFF;
	height: 440px;
}


#left {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#home {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#history {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#today {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#tours {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#contact {
	width: 300px;
	text-align: left;
	float: left;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
	border: #999 solid 1px;
}

#copy {
	width: 360px;
	text-align: justify;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}

#copy2 {
	width: 370px;
	text-align: justify;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}
#copy3 {
	width: 370px;
	text-align: justify;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}
#copy4 {
	width: 360px;
	text-align: center;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}
#copy5 {
	width: 360px;
	text-align: justify;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}

.indent {
	padding-right: 30%;
}

