body {
	text-align: center;
	font-family: verdana;
	margin-top: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}

.container {
  margin: 0 auto;
  text-align: center;
  width: 800px;
  height: 640px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: #000000;
}

.head{
	width: 800px;
	height: 127px;
}

.menu{
	background-color: #F5F5F5;
	height: 30px;
	width: 800px;
	border-top: 1px solid #78B88C;
	border-bottom: 1px solid #78B88C;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 30px;
}

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

.MenuPipe{
	color: #78B88C;
	margin-left: 10px;
	margin-right: 10px;
}

.ContentBody{
	background-color: #FFFFFF;
	width: 745px;
	height: 450px;
	margin-bottom: 30px;
}

.TourMenu{
	padding-top: 5px;
	margin-top: 5px;
	font-size: 11px;
	font-family: arial;
	color: #78B88C;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;

}

.TourMenu a{
	color: #78B88C;
	text-decoration: none;
}

.ComingSoon{
	margin-top: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #78B88C;
}

.PageHeader{
	font-weight: bold;
	font-size: 17px;
	color: #78B88C;
	text-align: center;
}

.ContactMain{
	margin-top: 15px;
	text-align: left;
	margin-left: 5px;
	font-size: 12px;
}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

.BodyCopy{
	font-size: 11px;
	text-align: center;
}

.asc{
	color: #77BB88;
}