body {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #70573B;
}
table {
  border: none;
  border-collapse: collapse;
}
table.plain {
  border: none;
}
table.slim
{
  padding: 0px;
  margin: 0px;
  border: none;
}
td {
  font-size: 14px;
  padding: 12px;
  text-align: justify;
}
td.plain {
  font-size: 14px;
  padding: 2px 2px 0px 0px;
  text-align: justify;
}
td.menu {
  text-align: center;
  padding: 10px;
  border: 1px solid #C0A78B;
}
td.gallery {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
  padding: 10px;
}
th.gallery {
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #99CC00;
	text-align: center;
  padding: 3px;
  font-weight: bold;
  border: 1px solid #C0A78B;
}
a {
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #99CC00;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #70573B;
  text-decoration: none;
  font-weight: bold;
}
a.dark {
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #70573B;
  text-decoration: none;
  font-weight: bold;
}
img {
	border: 0;
}
.clearboth {
  clear: both;
}
div.box {
  float: right;
  border: none;
  background-image: url(outstory_box.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0px 0px 0px 10px;
  padding: 5px 5px 5px 5px;
  width: 360px;
  font-size: 13.5px;
  color: #99CC00;
}
div.leftpic {
  float: left;
  border: 2px solid #C0A78B;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  width: 350px;
}
div.picbox {
  border: 1px solid #70573B;
}
div.rightpic {
  float: right;
  border: 2px solid #C0A78B;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  width: 400px;
}
div.thumb {
  position: relative;
  float: left;
  margin: 5px 1px 1px 1px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border: 1px solid #A0876B;
}
div.slim {
  position: relative;
  float: left;
  width: 25px;
  height: 75px;
  margin: 5px 1px 1px 1px;
  overflow: hidden;
  border: 0px;
}
span.title {
  font-family: Trebuchet MS, sans-serif;
  font-size: 30px;
  color: #99CC00;
  font-weight: bold;
  text-decoration: none;
}
span.month {
  font-family: Arial;
  font-size: 20px;
  color: #70573B;
  font-weight: bold;
}
span.event {
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #99CC00;
  font-weight: bold;
  text-decoration: none;
}
#thumbContainer {
  position: relative;
  top: -25px;
  left: 22px;
  display: block;
}
#imageContainer {
  background-repeat: no-repeat;
  background-position: center center;
  width: 720px;
  height: 355px;
}
#previewbox  {
  position: absolute;
  border: 1px solid #70573B;
  padding: 1px;
  visibility: hidden;
  z-index: 100;
}
#descriptionbox {
  position: absolute;
  border: none;
  padding: 3px;
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #70573B;
}
#dummybox {
  position: absolute;
  border: none;
  visibility: hidden;
}

div.container {
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  top: 400px;
  left:0px;
  width: 100%;
  height: 300px;
  bottom: auto;
  z-index: -1;
  bottom: auto;
  text-align: center;
}

.container_bg {
  width: 750px;
  height: 100%;
  bottom: auto;
}

div.whereto_navbar {
	border: none;
	margin: 0px auto;
	padding: 2px;
	width: 380px;
	text-align: center;
	vertical-align:top;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}

div.whereto_navbar a {
  text-decoration: none;
  font-weight: bold;
  border: none;
}

.whereto_navbar a#navselected {
  color: #70573B;
}

.whereto_navbar a#navselected:hover {
  color: #99CC00;
}

.whereto_navbar a#nav_unselected {
  color: #99CC00;
}

.whereto_navbar a#nav_unselected:hover {
  color: #70573B;
}