.index-left {
    float: left;
	position: relative;
	width: 349px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}

.index-right {
    float: right;
	position: relative;
	width: 349px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}

.index-header {
    float: left;
    background-image: url("../images/2colum-header.gif");
	background-repeat: no-repeat;
	width: 349px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}

.index-container {
    float: left;
	background-color: #fbfcfc;
	width: 327px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	text-align: left;
	}
	
.index-footer {
    float: left;
    background-image: url("../images/2colum-footer.gif");
	background-repeat: no-repeat;
	width: 349px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:180px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 180px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 180px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*** set the width and height to match your images **/

#logoslide{
    position:relative;
    height:80px;
}

#logoslide DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 80px;
    background-color: #FFF;
}

#logoslide DIV.active {
    z-index:10;
    opacity:1.0;
}

#logoslide DIV.last-active {
    z-index:9;
}

#logoslide DIV IMG {
    height: auto;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


