body {
	background: #607451;
}
#navtop h1 a {
	background: url(../images/logo-top.png);
}
#header {
	height: 320px;
	background: #3c502d;
}
#header #slide {
	margin-left: 96px;
}
.slideshow {
	width: 516px;
	height: 320px;
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	width: 516px;
	height: 320px
}		
.slideshow-images img {
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	border: 0;
	z-index: 1;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
#navtop li.current a, ul#navbot li.current a {
	color: #363;
	background: url(../images/menu-cursor.png) no-repeat center 0;
}
ul#navbot li#n2 a {
	color: #fff;
	background-color: #607451;
}
ul#navbot li#n2 a:hover {
	background: #607451 url(../images/menu-cursor.png) no-repeat center -80px;
}
#content h1 {
	color: #363;
}
