* {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0px auto;
  padding: 0;
  width: 805px;
  background-color: #dddcb8;
  border-left: 6px solid;
  border-right: 6px solid;
  }

#header {
  width: 805px;
  height: 171px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }

#menu {
  width: 805px;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color: #000000;
  }

#leftborder {
  width: 65px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 0px;
  background-color: #dddcb8;
  float: left;
  display: inline;
  }
  
#rightborder {
  width: 65px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 0px;
  background-color: #dddcb8;
  float: right;
  display: inline;
  }
  
#content {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  width: 673px;
  background-color: #f8f9ed;
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0px 0px 0px 0px;
  float: left;
  overflow:hidden;
  }

#footer {
  width: 805px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  clear: both;
  }

body {
  background-color: #f5f7e0;
  margin: 0px;
  padding: 0px;
  }

a:link { text-decoration: underline; color: #7d3215; }
a:visited { text-decoration: underline; color: #7d3215; }

p {
  margin: 10px 65px 0px 65px;
  font-family: tahoma, verdana, sans-serif;
  font-size: 10pt;
  line-height: 120%;
  text-align: justify;
  }
  
img {
  margin: 0px 0px 0px 0px;
  border: 0px;
  }


/* Thumbnail Styling */ 
img.thumb {
  width:100px;
	border:solid #CCCCCC;
	border-width:1px 1px 1px 1px;
	background:#FFFFFF;
	padding:3px;
	display:inline;
	margin:5px;
	}


/* Slimbox [ Credit: (c) Christophe Beyls 2007-2009. http://code.google.com/p/slimbox/  ] */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(gallery/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(gallery/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right:0; }
#lbNextLink:hover {background:transparent url(gallery/nextlabel.gif) no-repeat 100% 15%;}

/*For fixed navigation images, replace the above four lines with the code below:

#lbPrevLink {left:0; background:transparent url(gallery/prevlabel.gif) no-repeat 0% 15%;}
#lbPrevLink:hover {background:transparent url(gallery/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right:0; background:transparent url(gallery/nextlabel.gif) no-repeat 100% 15%;}
#lbNextLink:hover {background:transparent url(gallery/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 {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(gallery/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
