@charset "UTF-8";
#Container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
body {
	background-color: #240830;
	margin-top: 0px;
	margin-left: 0px;
}
#Header {
	background-image: url(images/header-background.jpg);
	height: 163px;
}
.image-bottom {
	background-image: url(images/nav-below.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
.left-column {
	float: left;
	width: 280px;
	margin-bottom: 50px;
	margin-left: 40px;
}
.main-column {
	width: 520px;
	margin-left: 350px;
	margin-bottom: 50px;
}
.clearboth {
	clear: both;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.body-text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.body-text a {
	color: #240830;
}
a {
	color: #240830;
}
.image-flt-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.neg-margin-top {
	margin-top: -33px;
}
.navigation {
	margin-left: 207px;
}
#Container #Header #facebook {
	width: 30px;
	position: absolute;
	margin-left: 737px;
	margin-top: 12px;
}
#slideshow {
	position:relative;
	height:247px;
}

#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;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

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

