body {
	background-image: url(../images/body.gif);

}
#footer{
	width:930px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	background-image: url(../images/index_01.jpg);
	height: 120px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.right_column {
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 147px;
}

.left_column {
	width:199px;
	background-image: url(../images/left_col.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}

.content {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/index_03.jpg);
	width: 570px;
	padding-top: 50px;
	
	}
.venues {
	line-height: 2em;
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
}
p {
	font-family: "Copperplate Gothic Light";
	font-size: 13px;
}

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	width:550px;
	height:371px;
	background-position: center top;
	border: 2px groove #9A9386;
}

#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;
}
#slideshow2 {
	position:relative;
	width:165px;
	height:200px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}
