@charset "utf-8";
/* CSS Document */

body, html {
	background-color: #333;
	margin: 0 auto;
	color: #FFF;
	font-family: Verdana, sans-serif;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FC0;
}
h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.wrap {
	margin: auto;
	width: 1000px;
	min-height: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8b0d61;
	border-left-color: #8b0d61;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8b0d61;
}
.subhead {
	text-align: center;
	height: 60px;
}
.coltwo {
	float: left;
	width: 355px;
}
.coltwo-slides {
	float: left;
	width: 355px;
	height: 315px;
}

.coltwor {
	float: right;
	width: 355px;
}

.coltwoborder {
	width: 355px;
	float: right;
	margin-right: 30px;
	border: 3px solid #8b0d61;
}



.leftedge {
	background-image: url(images/bg-left.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 100px;
	float: left;
}
.rightedge {
	background-image: url(images/bg-right.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 100px;
	float: left;
}

.maincont {
	height: 580px;
	width: 800px;
	background-image: url(images/Millon-Freckleton_03.jpg);
	background-repeat: no-repeat;
	float: left;
}

.header {
	background-image: url(images/bg-top.jpg);
	width: 1000px;
	background-repeat: no-repeat;
	height: 70px;
}
.colsmall {
	float: left;
	width: 130px;
	margin-right: 30px;
	min-height: 130px;
	border: #8b0d61 solid 2px;
	display: block;
	font-size: 12px;
	text-align: center;
}
.colsmall:hover {
	background-color: #8B0D61;
}

.colsmalltwo {
	float: left;
	width: 260px;
}
.colsmalltwo p {
	font-size: 12px;
}



.spacer {
	clear: both;
	height: 20px;
}

.footer {
	background-image: url(images/bg-bottom.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: inherit;
	clear: both;
	padding-top: 10px;
}
#cwa {
	font-size: 9px;
}

#slideshow {
	position:relative;
	height:315px;
	width: 355px;
}

#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;
}
