body {
	background-color: #B21F17;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: center;
}
#topper {
	background-image: url(images/mazelogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
}
#slideshow {
	height: 214px;
	width: 730px;
	float: right;
	border: 1px solid #FFF;
	}
	
#videoshow {
	height: 315px;
	width: 560px;
	float: right;
	border: 1px solid #FFF;
}

#videotopper {
}
#nav {
	background-color: #B21F17;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 750px;
	height: 34px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	font-weight: bold;
	text-align: right;
}
#leftnav {
	float: left;
	width: 140px;
	background-color: #B21F17;
}
#contentfront {
	float: right;
	width: 740px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
.roundedcornr_box_548402 {
	background: url(roundedcornr_548402_tl.png) no-repeat top left;
	list-style-position: inside;
	list-style-image: url(images/tick.gif);
}
.roundedcornr_top_548402 {
	background: url(roundedcornr_548402_tr.png) no-repeat top right;
}
.roundedcornr_bottom_548402 {
	background: url(roundedcornr_548402_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_548402 div {
	background: url(roundedcornr_548402_br.png) no-repeat bottom right;
}
.roundedcornr_content_548402 {
	background: url(roundedcornr_548402_r.png) top right repeat-y;
}

.roundedcornr_top_548402 div,.roundedcornr_top_548402,
.roundedcornr_bottom_548402 div, .roundedcornr_bottom_548402 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_548402, .roundedcornr_bottom_548402 {
	margin-top: -19px;
}
.roundedcornr_content_548402 { padding: 0 15px; }
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 30px;
	color: #B21F17;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #33CCFF;
}
a:visited {
	font-weight: bold;
	color: #33CCFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFF93C;
	text-decoration: none;
}
table {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.subhead {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B21F17;
}

tr {
	border: 1px solid #CCCCCC;
}
td {
	border: 1px solid #ebebeb;
}
input {
 background-color: #ebebeb;
  border: 1px solid #6699cc;
}
textarea {
 background-color: #ebebeb;
  border: 1px solid #6699cc;
}
table {
	border: 1px solid #ffffff;
	list-style-image: url(images/tick.gif);
	list-style-type: disc;
}
.tick {
	list-style-image: url(images/tick.gif);
}
#slideshow {
	position:relative;
	height:214px;
}

#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;
}

