body, td {
	font-family: 		Papyrus, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height: 		18px; 
	margin: 			0; 
	padding: 			0; 
	}
	
body {
	background-image: 		url("images/bg_leaves.jpg");
	background-color:		#110A05;
	background-repeat:		no-repeat;
    background-position:	top center;
    background-attachmentx:	fixed ;
	}
	
#container { 
	width: 				565px;
	height:				620px;
	padding:			0;
	margin:				0px auto 0px auto;
	background:			transparent;
	border: 			0px solid #e7e7e7;
	}

#sidebar {
	position:			relative;
	top:				150px;
	left:				0px;
	width:				125px;
	margin:				0px;
	padding: 			0px;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
	border:   			0px solid red;
	background: 		transparent; 
	}
	
#sidebar ul {
	list-style-type: 	none;
	font-size: 			11px;
	line-height: 		18px;
	margin:				0px;
	padding:			0px;
	}

#sidebar li {
	list-style-type: 	none;
	font-size: 			11px;
	font-weight: bold;
	line-height: 		25px;
	margin:				0px;
	padding:			0px;
	}	

#content {
	position:			relative;
	top:				100px;
	left:				0px;
	width:				360px;
	float:				right;
	margin:				0px auto;
	padding: 			0px 60px 0px 0px;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
	border:   			0px solid red;
	background: 		transparent; 
	}

#holder {
	position:relative;
	overflow:hidden;
	width: 340px;
	height: 440px;
	z-index: 100;
}

#scroller {
	position: absolute;
	left:0px; top:0px;
	width: 340px;
	height: 440px;
	overflow: hidden;
	z-index: 1;
}

#scrollable {
	position:absolute;
	left:0px; top:0px;
	z-index: 1;
}

a img{
	border: none;
}

/* Styles for scrollbar */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:440px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:407px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background: url("images/slider.gif") #CB935A repeat;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

	
a {
	text-decoration: none;
	font-weight: normal;
	}
a:link {
	color: #663333;
	}
a:visited {
	color: #663333;
	}
a:active {
	color: #663333;
	}
a:hover {
	color: #696969;
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	/* font-family: "times new roman", arial, helvetica, serif; */
	font-weight: bold;
	color: #CC6633;
	letter-spacing: .5px;
	margin-top: 0;
	margin-bottom: 0;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	line-height: 1.3em;
	}

h1 {
	font-size: 24px;
	color: #2D4B09;
	letter-spacing: .5px;
	}
	
h2 {
	font-size: 18px;
	color: #CC6633;
	}
h3 {
	font-size: 14px;
	}
h4 {
	font-size: 14px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	}
h5, h6 {
	font-size: 14px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	}
.borderthin {
	margin-bottom: 		6px;
	margin-top: 		.5em;
	margin-right:		10px;
	border-color: 		#110A05;
	border-width: 		1px;
	border-style: 		solid;
	padding: 			4px;
	}
	
.caption {
	line-height: .6em;
	font-style: normal;
	text-align: center;
	}
.center {
	text-align: center;
	}
.nobreak {
	display: inline;
	}
	
/*----------FOOTER-----------*/
#footer {
	width: 				555px;
	padding:			10px;
	margin:				0px auto 0px auto;
	background:			transparent;
	border: 			0px solid blue;
	font-size: 			11px;
	line-height: 		1.75em;
	text-align: 		center;
	color: 				#ffffef;
	}
	
#footer a {
	text-decoration: none;
	font-weight: normal;
	}
#footer a:link {
	color: #cc9933;
	}
#footer a:visited {
	color: #cc9933;
	}
#footer a:active {
	color: #cc9933;
	}
#footer a:hover {
	text-decoration: underline;
	}

/* extra from Jay */
	
input {font-family:monospace;font-size:8pt;font-weight:normal;font-style:normal;}
select {font-family:monospace;font-size:8pt;font-weight:normal;font-style:normal;}
textarea {font-family:monospace;font-size:8pt;font-weight:normal;font-style:normal;}

.gbBreadCrumb {
	padding-top: 5px;
	padding-left: 5px;
}

/* Navigator for Photo Pages */
div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url("images/nav_first.gif") left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url("images/nav_next.gif") right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url("images/nav_last.gif") right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url("images/nav_last.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url("images/nav_next.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url("images/nav_first.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

.giThumbnail {
	margin-bottom: 		0px;
	margin-top: 		.5em;
	margin-right:		10px;
	border-color: 		#110A05;
	border-width: 		1px;
	border-style: 		solid;
	padding: 			4px;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    /* font-weight: bold; */
}

