* {margin:0; padding:0;line-height:18px;}

html {width:100%; height:100%; background:#132b04;}

body { 	 
	font-family:"Georgia", Times, serif;
	
}
a {
	color:#9fb91b;
	text-decoration:none;
}
a:hover {
	color:#6a7d0c;
	text-decoration:none;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
#content {
	position: relative;
	margin:0px auto;
	width: 100%;
	text-align: center;
	z-index: 6000;
}
.table {
	margin:0 auto;
	width:1062px;
	
}
.middle {
	background: url("images/middle.png");
	padding-left:80px;
	padding-right:80px;
}
#menu TH {
	font-size:22px;
	font-weight:normal;
	color:#484847;
}
#menu a {
	color:#484847;
	text-decoration:none;
}
#menu a:hover {
	color:#9fb91b;
	text-decoration:none;
}
#slideshow {
    position:relative;
    height:230px;
	border:5px solid white;
	width:580px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
