html body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #666;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #eee;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#content {
	background-color: #666;
	padding: 0 4px 15px 4px;
	text-align: left;
	margin: 0 auto;
	width: 742px;
}
#menu {
	background-image: url(bg.jpg);
	height: 37px;
}
#menu a {
	height: 35px;
	line-height: 36px;
	padding: 0px 20px;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-image: url(menuhover.jpg);
	border-color: #fff;
}
h1 {
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	margin: 1px 0 25px 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	text-indent: 10px;
}
#side, .img-right {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}
p, li, table, font, span {
	margin-left: 25px;
	margin-right: 30px;
	font-family: Helvetica, Arial, sans-serif;
	color: #eee;
	font-size: 12px;
	line-height: 170%;
}
a { color: #fff; }

#slideshow {
    position:relative;
    height:231px;
    width:742px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}