  body {
    font-family: "Trebuchet MS", sans-serif;
    text-align: center;
    margin: 0px;
  	padding: 0px;
  	padding-bottom: 20px;
  }
  
  .background {
	background: url(background.jpg) center top no-repeat;
	margin-bottom: 30px;
	padding-top: 20px;
  }
  
  h1 {
  	font-size: 1.59em;
  	font-weight: normal;
  	text-transform: uppercase;
  }
  
  h2 {
    font-size: 1.1em;
  	margin: 0px;
  	font-weight: bold;
  	margin-bottom: -10px;
  }
  
  .date {
  	font-size: 11pt;
  	/*margin-top: 15px;
  	margin-bottom: -15px;*/
  }
  
  .bold {
  	margin-bottom: -10px;
  }
  
  a {
  	font-weight: bold;
  	color: rgb(0,158,224);
  }
  
  a:hover {
  	color: rgb(128, 128, 128);
  }
  
  ul#Navigation {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }

  ul#Navigation a, ul#Navigation span {
  	display: table-cell;
    height: 48px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px -48px;
    margin: 0px;
    padding: 0px;
  }

  ul#Navigation a:hover, ul#Navigation span {
	background-position: 0px 0px;
  }
  
  ul#Subnavigation {
  	position: absolute;
  	top: 70px;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  
  ul#Subnavigation li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }

  ul#Subnavigation a, ul#Subnavigation span {
  	display: table-cell;
    height: 48px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px -48px;
    margin: 0px;
    padding: 0px;
  }

  ul#Subnavigation a:hover, ul#Subnavigation span {
	background-position: 0px 0px;
  }
  
  .galleryItem a {
  	text-decoration: none;
  	display: block;
  }
 
  .galleryItem {
  	float: left;
  	width: 300px;
  	padding-bottom: 30px;
  	padding-left: 40px;
  	padding-right: 45px;
  	text-align: center;
  }
  
  .galleryItem img {
  	border: none;
  	padding-bottom: 8px;
  }

  .contentBox {
  	padding-top: 60px;
  	text-align: center;
  }

  .content {
  	width: 834px;
    margin-left: auto;
  	margin-right: auto;
  	text-align: left;
  	/*padding-left: 29px;*/
  	display: table;
  	padding-bottom: 0px;
  	margin-bottom: 0px;
  }
  
  .contentText {
  	width: 420px;
  	margin: 0px;
  	padding: 0px;
  	display: block;
  }
  
  .contentFullText {
  	width: 750px;
  	clear: left;
  }
  
  .contentWithBackgroundImage {
  	background-repeat: no-repeat;
  	background-position: top right;
  	margin: 0px;
  	padding: 0px;
  }
  
  .article h1 {
  margin: 0px;
  padding: 0px;
  }
  
  .article {
  	width: 100%;
  	clear: left;
  }
  
  .articleText {
  	width: 490px;
  	float: left;
  }
  
  .articleImage {
  	text-align: center;
  	height: 150px;
  	margin-bottom: 20px;
  	padding-bottom: 50px;
  }
  
  .pictureFrame {
	width: 240px;
  	padding-bottom: 25px;
  	padding-right: 25px;
  	float: left;
text-align: center;
  }
  
  .pictureFrame img {
  	cursor: pointer;
  }
  
  #overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
}

.overlayBG {
   background-color:#000;
   -ms-filter: "Alpha(Opacity=50)"; /* IE 8 */
   filter:alpha(opacity=50); /* IE5-7 */
   -moz-opacity: 0.50; /* Mozilla */
   opacity: 0.50;
}

#lightBox {
   position:fixed;
   top:50%;
   left:50%;
   margin-left:-425px;
   margin-top:-325px;
   z-index:200;
   width:850px;
   height:650px;
   padding: 0px;
   background-color: white;
   text-align:center;
}

#lightBox img {
	padding-top: 25px;
}
