/*** general ***/
body {
   background-color: #2E556B;
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 13px;
   margin: 0;
   min-width: 900px;
   padding: 0;
   text-align: center;
}

hr {
   background-color: #000000;
   border-width: 0;
   color: #000000;
   height: 1px;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin: 0;
   padding: 0 0 15px 0;
}

.clear-float {
   clear: both;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

/** specific ***/
#wrapper {
   margin: 20px auto;
   padding: 0;
   width: 900px;
}

#container {
   background-color: #B3D3E6;
   background-image: url( ../images/background_content.jpg );
   background-position: top right;
   background-repeat: repeat-y;
}

#elements {
   background-image: url( ../images/footer.jpg );
   background-position: bottom left;
   background-repeat: no-repeat;
   min-height: 560px;
   height: auto !important;
   height: 560px;
   position: relative;
}

#content {
   line-height: 150%;
   padding: 179px 24px 30px 326px;
   text-align: justify;
}

#navigation {
   position: absolute;
   left: 50px;
   top: 268px;
}

#navigation ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#navigation ul li {
   padding-bottom: 6px;
}

#navigation img {
   border: none;
}

#header {
   position: absolute;
   right: 0px;
   top: 0px;
}

#bar {
   position: absolute;
   right: 0px;
   top: 126px;
}

#logo {
   position: absolute;
   right: 609px;
   top: 53px;
}

#footer {
   color: #FFFFFF;
   font-size: 10px;
   padding: 5px 0px;
}

#footer a {
   color: #FFFFFF;
}


/*** photo gallery ***/
.thumbnail-container {
   float: left;
   font-size: 10px;
   min-height: 150px;
   height: auto !important;
   height: 150px;
	line-height: 100%;
   padding-bottom: 20px;
   text-align: center;
   width: 33%;
}


.thumbnail-container strong {
	display: block;
	padding: 0px 12px;
}
