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

body {
	background: #fff url('../images/background/01.jpg') no-repeat;;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4f6309;
}

a {
	color: #4f6309;
	text-decoration: underline;
}

a:hover {
	color: #778e26;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin-left: 40px;
}	


ul#nav {
	margin-top: 158px;
	height: 27px;
	list-style: none;
}	
ul#nav li {
	float: left;
	height: 27px;
	background: url('../images/tabLeftInactive.jpg') no-repeat left;
	padding-left: 6px;
	margin: 0 2px;

}	
ul#nav li a {
	font-family: verdana, helvetica, sans-serif;
	display: block;
	float: left;
	width: auto;
	background: url('../images/tabRightInactive.jpg') no-repeat right;
	height: 21px;
	color: #000;
	text-decoration: none;
	padding-right: 6px;
	padding-top: 6px;
}

ul#nav li.active {
	float: left;
	height: 27px;
	background: url('../images/tabLeft.jpg') no-repeat left;
	padding-left: 6px;
	margin: 0 2px;

}	
ul#nav li.active a {
	font-family: verdana, helvetica, sans-serif;
	display: block;
	float: left;
	width: auto;
	background: url('../images/tabRight.jpg') no-repeat right;
	height: 21px;
	color: #000;
	text-decoration: none;
	padding-right: 6px;
	padding-top: 6px;
}

ul#nav li a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
	margin: 15px 0;
}	
p.first {
	border-left: 8px #d4dfc3 solid;
	padding-left: 10px;
	font-size: 18px;
	line-height: 22px;
	margin: 15px 0;
	
}
h2 {
	margin-top: 20px;
	border-bottom: 1px #4f6309 dotted;
	font-size: 22px;
	clear: both;
	
}
p.indent {
	margin-left: 20px; width: 380px;
}
	
img.indentRight {
	float: right;
	border: 2px #a9c93a solid;
	padding: 5px;
	margin: 10px;
	
}		

ul.normal {
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}	

#right {
	margin-top: 20px;
	width: 280px;
}
#right .top {
	width: 280px;
	height: 10px;
	background: url('../images/rightTop.jpg') no-repeat;
}	
#right .body {
	background-color: #d4dfc3;
}
#right .bottom {
	width: 280px;
	height: 10px;
	background: url('../images/rightBottom.jpg') no-repeat;
}	

#footer {
	margin-top: 10px;
	clear: both;
	border-top: 4px #a9c93a solid;

}
.gallerycontainer {
	width:600px;
	margin:10px auto;
}

/****** 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(../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 {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}