h1 {
	color: #e5002a;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}

h2, h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	display: inline;
}

#frame1 {
	position: static;
	overflow: hidden;
	background-color: #e6e6e6;
	min-height: 520px;
}

#submenu {
	position: static;
	float: left;
	width: 225px;
	padding: 15px 0 30px 30px;
	line-height: 1.6em;
	color: #888888;
}

#text {
	position: static;
	float: left;
	width: 410px;
	padding: 45px 0 45px 0;
	line-height: 1.6em;
}

#text h2 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

#location {
	position: absolute;
	top: 15px;
	right: 30px;
}

#image {
	position: absolute;
	top: 85px;
	right: 30px;
	width: 210px;
	height: 405px;
}

#image-holder {
	position: relative;
	width: 210px;
	height: 405px;
}

#picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 405px;
}

#overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 186px;
	background-color: #000000;
	padding: 12px 12px 8px 12px;
	line-height: 1.7em;
	color: #ffffff;
	opacity: 0.8;
}

#overlay a {
	color: #ffffff;
	text-decoration: none;
}

#overlay a:hover {
	text-decoration: underline;
}

.light {
	color: #888888;
}

.red {
	color: #e5002a;
}

.letters {
}

.letters a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin: 0 8px 0 0;
	font-size: 1.1em;
}

.letters a:hover {
	text-decoration: underline
}

.letters a.active {
	color: #e5002a;
}
