body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
a {
text-decoration:none;
}
#containerClip {
	width: 530px;
	background-color: #fff;
	height: 2400px;
	left: 250px;
	top: 0px;
	clip: rect(200px,auto,auto,auto);
}
#containerIndex {
	width: 680px;
	background-color: #fff;
	position: absolute;
	height: 2000px;
	left: 220px;
	top: 20px;
	padding: 10px 5px 10px 28px;
	font-size: .85em;
	z-index: 1;
}
#container {
	width: 620px;
	min-height: 1000px;
	background-color: #fff;
	position: absolute;
	left: 220px;
	top: 20px;
	padding: 10px 50px 10px 20px;
	font-size: .85em;
	z-index: 1;
}
.rightcontainer {
	text-align:center;
	width: 200px;
	float:right;
	padding-left: 10px;
	height: 100%;
}
.rightcontainer a{
	text-decoration:underline;
	color:#000000;
}
.rightcontainerIndex {
	text-align:center;
	width: 200px;
	float:right;
	padding-left: 10px;
	height: 100%;
	margin-top: 450px;
}
.rightcontainerIndex a{
	text-decoration:underline;
	color:#000000;
}
.leftcontainer {
	text-align:left;
	width: 360px;
	float: left;
	border-right: 1px solid #999999;
	padding-right: 10px;
	height: 100%;
}
.leftcontainer a{
	text-decoration:underline;
	color:#000000;
}
.leftcontainerIndex {
	text-align:left;
	width: 360px;
	float: left;
	border-right: 1px solid #999999;
	padding-right: 10px;
	height: 100%;
}
.leftcontainerIndex a{
	text-decoration:underline;
	color:#000000;
}
.rightTitle {
	font-size: 14px;
	font-weight:bold;
	color: #473215;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightTitle a{
	text-decoration:underline;
	color: #473215;
}
.leftTitle {
	font-size: 18px;
	font-weight:bold;
	color: #646D14;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#leftbar {
	position: fixed;
	margin-left: -230px;
	margin-top: -65px;
	z-index:1;
}
#rightbar {
	position: fixed;
	margin-left:860px;
	margin-top: -85px;
	z-index: 3;
}

#header {
	margin-top: 0px;
	position: fixed;
	z-index:1000;
	left: 605px;
	text-align:right;
	background-color:#FFFFFF;
	margin-top: -40px;
}

#navigation {
	position: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 11.5px;
	width: 265px;	
	text-align: right;
	z-index: 2;
	padding: 2px;
	top: 12px;
	margin-left: -40px;
}
#navigation a {
	text-decoration:none;
	color: #fff;
}

#navigationIndex {
	position: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 11.5px;
	width: 265px;	
	text-align: right;
	z-index: 2;
	padding: 2px;
	top: 12px;
	margin-left: -40px;
}
#navigationIndex a {
	text-decoration:none;
	color: #fff;
}

#footer {
	font-size: .85em;
	top: 98%;
	width: 600px;
	text-align: center;
	position: absolute;
}
#footer a{
	text-decoration: none;
	color: #000;
}

.subnav {
	text-align: center;
	font-size: .95em;
}
.subnav a {
	text-decoration: none;
	color: #473215;
}
#content {
	margin-top: 310px;
	text-align:center;
	z-index: 3000;
	width: 600px;
	position:absolute;
	z-index: 3;
}
#contentIndex {
	margin-top: 0px;
	text-align:center;
	z-index: 3000;
	width: 600px;
	position:absolute;
	z-index: 3;
}
#content2 {
	margin-top: -20px;
	text-align:left;
	z-index: 3000;
	width: 600px;
	position:absolute;
}
.showContent {
	display: block;
}
.hideContent {
	display: none;
}
.photocaption {
	font-size: 10px;
	font-style:italic;
}



/* slider specific CSS */
.sliderGallery {
	background-color:#fff;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 200px;
	width: 600px;
	z-index: 100;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 595px;
	height: 17px;
	margin-top: 130px;
	padding: 1px;
	position: relative;
	background: url(../images/scrollbar.png) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/scroller.png) no-repeat;
	z-index: 100;
}
