/* CSS Document */

#outermost {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	overflow: hidden;
	border: 1px solid #c4c4c4;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#top {
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px
}

#menu {
	background-image: url(../images/back-menu.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 49px
}

#menuinner {
	position: relative; 
	top: 15px; 
	left: 25px;
}

#announcement {
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #efefef;
	margin-right: 8px;
	margin-left: 10px
}

#container {
	overflow: hidden;
	padding: 10px;
	padding-right: 8px;
	padding-top: 0px
}

#content {
	width: 520px;
	margin-left: 210px;
	line-height: 18px
}

#left
{
	float: left;
	width: 200px;
}

#right
{
	float: right;
	width: 200px;
}

#footer {
	background-image: url(../images/back-footer.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 50px;
	margin-top: 20px;
	clear: both
}

#footerinner {
	position: relative; 
	top: 12px; 
	left: 50px; 
	text-shadow: #000 1px 1px 0; 
	color: #fff; 
	font-size: 10px
}

#footerstat {
	text-align: center; 
	color: #bbbbbb; 
	font-size: 10px
}

#slideshow {
	position: relative;
    height: 250px;
	width: 520px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

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