* {
   margin: 0;
}
html, body {
   background-color: #2c2b28;
   color: #000000;
   text-align: center;
   font-family: Arial;
   font-size: 9pt;
}
p {
   margin-top: 0px;
   margin-bottom: 10px;
}
a {
   color: #000000;
   text-decoration: none;
}
a:visited {
   color: #000000;
   text-decoration: none;
}
a:hover {
   color: #a61515;
}
ul, li {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   list-style-position: outside;
   vertical-align: bottom
}
.content {
   height: 575px;
   border: 6px solid #bababa;
   position: relative;
}
.contentColumn {
   position: absolute;
   left: 345px;
   top: 20px;
   width: 424px;
   height: 540px;
   padding-right: 4px;
   overflow-y: auto;
   overflow-x: hidden;
}
.caption {

}
.caption a {
   color: #a61515;
}
.caption a:visited {
   color: #a61515;
}
.caption a:hover {
   color: #000000;
}
.captionAuthor {
   font-size: 8pt;
}
.dateBlock {
   float: left;
   width: 69px;
   height: 58px;
   /* background-color: #a61515; */
   background-color: #aaaaaa;
   position: relative;
   overflow: hidden;
   margin-right: 10px;
   margin-bottom: 10px;
}
.dateMonth {
   position: absolute;
   color: #ffffff;
   font-size: 14pt;
   top: -4px;
   right: -2px;
}
.dateDay {
   position: absolute;
   color: #ffffff;
   font-size: 44pt;
   left: 8px;
   top: 5px;
}
.eventBlock {
   float: right;
   width: 344px;
}
.expandContent {
   padding: 20px 20px 20px 20px;
}
.footer {
   margin-top: 5px;
}

.galleryLeft {
/*
   float: left;
   width: 422px;
   position: relative;
*/
   position: absolute;
   width: 422px;
   top: 55px;
   left: 20px;
}
.galleryBlock {
   clear: both;
}
.galleryCaption {
   position: absolute;
   right: 21px;
   bottom: 3px;
   padding-left: 2px;
   padding-right: 2px;
   filter: alpha (opacity=90);
   -moz-opacity: .9;
   opacity: .9;
   -khtml-opacity: .9;
   background-color: #aaaaaa;
   font-size: 8pt;
}
.galleryNavigation {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 326px;
}
.galleryNavigationL {
   position: absolute;
   top: 10px;
   left: 0px;
   height: 10px;
   background-color: #aaaaaa;
   color: #ffffff;
   padding-left: 3px;
   padding-bottom: 3px;
   padding-right: 3px;
}
.galleryNavigationR {
   position: absolute;
   top: 10px;
   left: 283px;
   height: 10px;
   background-color: #aaaaaa;
   color: #ffffff;
   padding-left: 3px;
   padding-bottom: 3px;
   padding-right: 3px;
}
.galleryThumbnails {
   position: absolute;
   top: 30px;
}

.galleryRight {
   position: absolute;
   top: 25px;
   width: 326px;
   left: 442px;
}
.galleryPhoto img {
   border: 1px solid #aaaaaa;
}
.galleryThumb {
   float: left;
   margin-bottom: 2px;
   position: relative;
}
.galleryThumb img {
   border: 1px solid #aaaaaa;
}
.galleryThumbOverlay {
   position: absolute;
   bottom: 0px;
   background-color: #888888;
   padding-top: 2px;
   padding-bottom: 2px;
   width: 100%;

   filter: alpha (opacity=80);
   -moz-opacity: .8;
   opacity: .8;
   -khtml-opacity: .8;

   overflow: hidden;
}
.galleryThumbOverlayO {
   background-color: #ffffff;
   float: left;
   margin-left: 4px;
   padding-left: 2px;
   padding-right: 2px;
}
.gallerySpace {
   width: 5px;
   height: 1px;
   float: left;
}

.header {
   height: 80px;
   overflow: hidden;
   position: relative;
   color: #ffffff;
}
.header a {
   color: #ffffff;
}
.header a:visited {
   color: #ffffff;
}
.header a:hover {
   color: #a61515;
}
.line {
   line-height: 1px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.logo {
   position: absolute;
   left: 0px;
   top: 35px;
}
.stamp {
   position: absolute;
   left: 175px;
   top: 32px;
}
.menu {
   position: absolute;
   height: 16px;
   top: 51px;
   right: 0px;
   font-size: 10pt;
}
.menuSpacer {
   text-align: center;
   height: 16px;
   padding-left: 10px;
   padding-right: 10px;
}
.sectionHeader {
   margin-bottom: 10px;
}
.wrapper {
   text-align: left;
   width: 800px;
   margin: 0 auto;
}
.subMenu {
   height: 16px;
   font-size: 10pt;
   margin-bottom: 15px;
   text-align: right;
}
.subMenuSpacer {
   text-align: center;
   height: 16px;
}
