body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff url(../images/body_bg.gif) 0 0 repeat-x;
}

#container {
  width: 764px;
  margin: 0 auto 0 auto;
  padding: 0;
  background: transparent url(../images/container_bg.gif) center 0 repeat-y;
  text-align: left;
}

#header {
  background: transparent url(../images/header.jpg) 0 bottom no-repeat;
  height: 120px;
  position: relative;
}

#header h1 {
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
}

#header h1 a:link, #header h1 a:visited {
  display: block;
  width: 314px;
  height: 42px;
  margin: 0;
  padding: 0;
}

#header h1 img {
  display: none;
}


#header #navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 99px;
  left: 70px;
}
#header #navigation li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
#header #navigation li a:link, #header #navigation li a:visited {
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  color: #fff;
  float: left;
}
#header #navigation li.home a:link, #header #navigation li.home a:visited {
  margin-right: 22px;
}
* html #header #navigation li.home a:link, * html #header #navigation li.home a:visited {
  margin-right: 11px;
}
#header #navigation li a:hover {
  background: transparent url(../images/nav_hover.gif) 0 0 repeat-x;
}

#content {
  margin: 15px 20px 0 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}

#footer {
  margin: 5px auto 0 auto;
  padding: 0;
  width: 730px;
  text-align: left;
}


/*** ALBUM ***/

.album_thumbnail:link, .album_thumbnail:visited, .thumbnail:link, .thumbnail:visited {
  display: block;
  margin: 0 5px 5px 0;
  text-align: center;
  float: left;
  padding: 0;
  width: 132px;
  height: 132px;
  background-color: #efefef;

}
.album_thumbnail:hover, .thumbnail:hover {
  background-color: #ccc;
}

.thumbnail img {
}

/* IE fix */
* html .album_thumbnail:link, * html .album_thumbnail:visited, * html .thumbnail:link, * html .thumbnail:visited {
  width: 132px;
}

.album_thumbnail h2 {
  margin: 0;
}
.album_thumbnail img {
  margin: 5px 6px 5px 6px;
}


.thumbnail:link, .thumbnail:visited {
  height: 120px;
}

.last {
  margin-right: 0 !important;
}

 div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #fff;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}


/* SLIMBOX */

#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  float: right;
  margin: 0;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.ruler {
  /*
  border-bottom: 1px solid #ccc;
  */
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}



div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #fff;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}



.big {
  text-align: center;
  margin: 0 10px 0 0;
  float: left;

}
.big img {
  border: 5px solid #fff;
}
.right {
  float: left;
  width: 400px;
}

form {
  margin: 20px 0;
  width: 480px;
}

.formrow {
  margin: 0 0 3px 0;
}
.formrow label {
  display: block;
  font-weight: bold;
  width: 170px;
  float: left;
}
.formrow .textfield {
  width: 300px;
}
.formrow textarea {

  width: 300px;
  height: 100px;

}

.formrow .submit {
  background-color: #fff;
  border: 1px solid #000;
  float: right;
  margin: 0;
}

.layout_fix {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.error {
  background-color: #c59a96;
  border: 1px solid #955e58;
  padding: 10px;
  margin: 10px;
}
