#contents {
	background-image: url(/assets/images/home/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 2px;
	position: relative;
	width: 696px;
	left: 0px;
	top: 0px;

}
#contents-inside {
	background-image: url(/assets/images/home/bg_contents_inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1.3em;
}
#contents-inside-left {
	height: auto;
	width: 300px;
	background-image: url(/assets/images/home/bg_contents_inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding-top: 50px;
	padding-left: 25px;
	color: #2c251b;
	font-size: 0.85em;
}
#contents-inside-left a {
	color: #005496;
	font-weight: bold;
}


.news-title {
	font-size: 1.2em;
	font-weight: bold;
}
.news-image {
	float: left;
}
.news-copy {
	display: block;
	width: 240px;
	float: left;
	margin-left: 10px;
}

#contents-inside-right {
	height: auto;
	width: 260px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 15px;
	padding-right: 70px;
	font-size: 0.85em;
	color: #FFFFFF;
}
#contents-inside-right a {
	color: #FFFFFF;
	font-weight: bold;
}
#calendar-link {
	display: block;
	height: 250px;
	width: 65px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
}

.event-title {
	font-size: 1.1em;
	font-weight: bold;
}
#slideshow {
	position: relative;
	left: 0px;
	top: 0px;
	height: 266px;
	width: 696px;
	z-index: 1;
	margin-top: 0px;
}

#slideshow-photos {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 266px;
	width: 696px;
	z-index: 2;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#slideshow-frame {
	behavior: url("/assets/images/iepngfix.htc");
	background-image: url(/assets/photos/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 266px;
	width: 696px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}

#address {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebe5d5;
}
