body {
	background: #a49b72 url(../../images/bg_eventdetail.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 38px 25px 25px 25px;
	font-size: 13px;
	color: #4c3125;
	font-family: Times, Serif;
}
h1 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	color: #e4d787;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	color: #4c220c;
	font-weight: normal;
	margin-bottom: 0;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #4c220c;
	margin-bottom: 0;
}
a {
	color:  #6f2e12;
	text-decoration: none;
}
a:hover {
	text-decoration:  underline;
}
img {
	border: none;
}
p {
	line-height: 17px;
	padding: 0 0 10px 0;
	margin: 0;
}
.date {
	margin-top: 30px;
}
.flash {
	color: green;
}

.edit {
	margin-top: 10px;
}
.edit a {
	background: #999;
	border: 1px solid #666;
	padding: 5px;
	color: #333;
}

.edit a:hover {
	text-decoration: none;
	background: #666;
	color: #333;
}
#photolist {
	display: none;
}
#photos {
	float: right;
	width: 298px;
	background: url(../../images/bg_eventdetail_photos.jpg) 0 0 no-repeat;
	margin: 17px -15px 0 25px;
	text-align: center;
}
#photos #nav {
	height: 35px;
}
#outer {height: 294px; overflow: hidden; position: relative; margin: 0 auto;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */