body {
	margin: 0;
	background-color: #b9b9b9;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	color: #717175;
}
a {
	color: #6f0028;
	text-decoration: none;
}
a:hover {
	color: #8b3250;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 11px;
	color: #ffffff;
	background-color: #6f0028;
	padding: 2px 0;
	text-transform: uppercase;
}
.navsubon {
	font-size: 11px;
	color: #dbbfc9;
	cursor: pointer;
	cursor: hand;
	background-color: #6f0028;
	padding: 2px 0;
	text-transform: uppercase;
}
.title {
	font-size: 32px;
	color: #6f0028;
	text-transform: uppercase;
	line-height: 36px;
}
.subtitle {
	font-size: 16px;
	color: #808084;
	text-transform: uppercase;
}
.date {
	font-size: 12px;
	color: #808084;
	text-decoration: none;
	line-height: 16px;
}
.gallerytitle {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
a.gallerytitle:hover {
	font-size: 14px;
	color: #dbbfc9;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.searchfield {
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #8b3250;
	background-color: transparent;
	background: none;
	width: 150px;
	height: 16px;
}
.field {
	font-size: 12px;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	width: 200px;
}
.archive {
	font-size: 11px;
	color: #808084;
	text-decoration: none;
	text-transform: uppercase;
}
