/* */
/* FESTIVAL BODY MAIN STYLE SHEET */
/* */
/* #FFD700 = gold */
div#body {
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 3%;
	padding-top: 130px;
	border: 1px solid #FFD700;
}
div#topimage {
	text-align: center;
	padding-bottom: 5%;
	position: relative;
	z-index: 1;
}
div#mainart {
	text-align: center;
	padding-bottom: 5%;
	position: relative;
	z-index: 1;
}
div#mainart img {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px solid #FFD700;
	position: relative;
	z-index: 1;
}
p.caption {
	font-size: 0.8em;
	position: relative;
	z-index: 1;
}
cite {
	font-size: 0.7em;
	font-weight: normal;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: relative;
	z-index: 1;
}
div.copy, div.application {
	padding: 0 6% 0 6%;
}	
div.copy p, div.application p {
	margin-bottom: 1em;
}	
div.copy p {
	text-indent: 5%;
}
div#bottomlinks {
	text-align: center;
	margin-top: 1.5em;
}	
div#bottomlinks hr {
	margin: 0 2px 1.5em 4px;
}	
div#bottomlinks p {
	font-size: 0.85em;
	line-height: 140%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 1em;
	clear: none;
}	
div#bottomlinks span {
	clear: none;
}	
div#watermark {
	background-color: #FEFEFF;
	width: 86%;
	text-align: center;
	opacity: 0.14;
	filter: alpha(opacity=14);
	position: absolute;
	bottom: 1em;
	left: 7%;
	z-index: 0;
}
p#copyright {
	font-size: 0.6em;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-top: 2em;
}
a:link {
	color: #BB5588;
}
