#mainImage {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	
}
#mainMenu {
	position: absolute;
	margin-left: 500px;
	margin-top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	width: 333px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 11pt;
	text-indent: 10px;
}

.linkmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 11pt;
	text-indent: 0px;
}

.formField {
	position: absolute;
	left: 80;
}

#header {
	position:absolute;
	width: 800px;
	background-color: #CC9999;
	left: 0px;
	top: 0px;
	padding: 5px;
}

#crumbs {
	position:absolute;
	left: 0px;
	top: 30px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #BC8D8D;
}

.directions {
	position:absolute;
	left: 5px;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #999999;
	position: absolute;
	top: 70px;
	left:5px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #999999;
	width: 795px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	position: relative;
	top: 100px;
	width: 680px;
	left: 0px;
}

.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.showDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.showName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BC8D8D;
}

.galleryNext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	top:15px;
	left:707px;
}

.galleryBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	top:15px;
	left:0px;
}

#picFrame {
	background-color: #CCCCCC;
	padding: 10px;
	position: absolute;
}
	
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position:relative;
	left: 4px;

}

a:link {
	color: #BC8D8D;
	text-decoration: none;
}
a:visited {
	color: #BC8D8D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.imageLink {
	border: 2px solid #BC8D8D;
}
