#jquery {
    margin:0 auto;
    height:160px;
    width:900px;
    text-align:center;
}

#slideshow {
    position:relative;
    height:480px;
    width:420px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
html body {
	background-image: url(mainbg.jpg);
	background-repeat:no-repeat;
	background-color: #393939;
	background-position:center top;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #eee;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#top {
	background-image: url(topbg.jpg);
	overflow-x: hidden;
	width: 100%;
	height: 190px;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 530px;
	padding-top: 11px;
}
#wrap {
	margin-left: 25px;
	width: 900px;
	height: 480px;
	background: url(back1.jpg);
	margin-top: 3px;
}
#left {
	width: 450px;
	height: 450px;
	overflow-y: auto;
	padding: 15px;
	float: left;
	overflow-x: hidden;
}
#menu {
	margin-left: 29px;
	height: 25px;
}
#menu a {
	height: 25px;
	line-height: 25px;
	color: #eee;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 12px;
	background:#500;
	margin-left: 7px;
	text-align: center;
	border-top: 2px solid #000;
}
#menu a:hover {
	color: #fff;
	background: #000;
	border-color: #142539;
}
h1, h2 {
	font-weight: 100;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px;
	font-size: 17px;
	line-height: 25px;
}
a {
	color: #fff;
}
.img-right {
	float: right;
	margin: 0px 0px 15px 15px;
}