* {	margin: 0px; padding: 0px; }

body {
	padding: 0;
  background-color: #D0C2A4;/*   url('images/background.jpg') #0f1410 repeat;*/
	color: #000000; /*#000000;*/
	font: 18px  Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif; 
	font-weight: normal;
	text-align: center;
}    
#topbar { width:100%; height: 80px; margin: 0; padding: 0;  }
#body_wrapper {	padding: 5px 0px 10px; width: 100%;	clear: both; background-color: #D0C2A4;/*   url('images/background.jpg') #0f1410 repeat;*/}
#container { margin: 0px auto; width: 850px; text-align: left; overflow: hidden; }
#container #menu { width: 150px; float: left; margin-top: 100px; overflow: hidden; }
#container #content { width: 650px; float: left; text-align: left; overflow: hidden; }

/* general style */
a { color: #000000;  text-decoration: none; }
a:hover { text-decoration: underline; }
img { margin: 5px; border: 1px #667 solid; }
img.noborder{ border: 0; }
img .double_border { border: 4px #667 double; }
ul { list-style-type: none; }
li { list-style-type: none; }
h1, h2, h3 { clear: both; }
p { margin: 0px 0px 15px; text-align: justify; line-height: 15px; }
.clearthis { margin: 0px; height: 20px; clear: both; float: none; font-size: 1px; line-height: 0px; 
  overflow : hidden; visibility: hidden; }
	
/* Page Header */
#page_header { width:100%; height: 75px; margin-top: 10px; background: none; text-align: center; clear: both; }
#page_header h1 { margin-top: 25px; color: #000000; font-size: 30px; font-family: Monotype Corsiva,Verdana, Arial, Helvetica, sans-serif; margin-bottom: 0px; }

/* Page Footer */
#page_footer { padding: 10px; text-align: center; font-size: 12px; /*background: url('images/background_top.gif') #171c18 repeat-x;*/ background: none; clear: both; }

/* Navigational Menu */
#navcontainer ul
{
	margin: 0;
	padding-top: 0;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	margin-bottom: 10px;
}

#navcontainer ul li { 
	text-align: center;
}

#navcontainer ul li a
{
	text-decoration: none;
	color: #000;
}

#navcontainer ul li a:hover
{
	color: #000;
}

/* Quick Peek */
#peek { padding: 10px 0px 10px 10px; }
#peek ul { width: 750px; }
#peek li { margin-right: 30px; margin-bottom: 25px; padding: 4px 4px 2px; float: left; }

/* Gallery */
#gallery { overflow: hidden; }
#gallery #left { padding: 10px; width: 125px; float: left; background-color: #bdae8c; color: #fff; margin: auto;}
#gallery #middle { padding: 10px; width: 475px; float: left; }
#gallery #right { padding: 10px; width: 125px; float: right; background-color: #bdae8c; }

#gallery .topmenu { margin-left: 120px; }
#gallery .topmenu li { font-size: 20px; width: 125px; text-align: center; margin-bottom: 5px; float: left; padding: 10px; }
#gallery .menu { padding: 15px; width: 100%; float: none; clear: both; }
#gallery .menu li { line-height: 100%; width: 125px; height: 200px; padding: 15px; float: left; overflow: hidden; }
#gallery .menu input { margin: 5px; border: 1px #667 solid; width: 100px; height: 100px; }
#gallery .menu img { margin: 10px; border: 1px #667 solid; width: 100px; height: 100px; }
#gallery #picture { background-color: #2f3430; border: 4px double #999; padding: 10px;}
#gallery .desp { font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }


/* style for Galleriffic */

div#controls { 
	display: block; 
	clear: both; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	text-align: center;
}
	
div.loader,
div.slideshow a.advance-link {
	width: 600px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow-container {
	clear: both;
	float: left;
	height: 630px;
}

div.slideshow {
	text-align: center; 
}

div.navigation a.pageLink {
	height: 115px;
	line-height: 115px;
}
div.navigation-container {
	width: 100%;
	overflow: hidden;
	text-align: center;
	min-height: 120px;
/*	float: left;
	position: relative;
	left: 50%;*/
}

div.navigation {
/*	float: left;
	position: relative;
	left: -50%;*/
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.navigation a.pageLink:focus {
	outline: none;
}

div.navigation a.prev {
	background-image: url(images/prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(images/nextPageArrow.gif);
}

div.ss-controls {
	float: left;
	display: none;
}
div.nav-controls {
/*	float: right; */
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
}

div.navigation ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
div.navigation ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
div.navigation a.thumb {
	padding: 1px;
	display: block;
	text-decoration: none;
}
div.navigation a.thumb:focus {
	outline: none;
}
div.navigation ul.thumbs img {
	border: 1px solid #334;
	display: block;
}

div.caption { width: 100%; min-height: 25px;   display: block; clear: both; text-align: center; }
div.photo-index, div.caption div.desp { font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
div.caption div.download { display: none; width: 175px; float: right; }

div.photo-index { text-align: center; width: 100%; display: block; clear: both; }
