body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #666;
	font: 13px serif, georgia, times;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #FF6600;
}
a img {
	border: 2px solid #FF6600;
	margin: 2px;
}
a:hover {
	color: #FF9900;
}
a:hover img {
	border: 2px solid #FF9900;
}
h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
	font-size: 48px;
}
#header {
	background: white;
	border-bottom: 3px solid #555;
	margin-bottom: 12px;
	text-align: center;
}
.sel {
	font-size: 48px;
	font-style: normal;
}
.selectContainer {
	width: 62%;
	padding: 12px;
	position: relative;
	left: 19%;
	margin-bottom: 8px;
}
.selectContainer .sb-inner {
	background: white;
}
.selectContainer .sb-shadow {
	background: black;
}
.selectContainer .sb-border {
	background: #FF6600;
}

#loadingPane {
	width: 92%;
	padding: 1%;
	position: relative;
	left: 3%;
}
#loadingPane .sb-inner {
	background: white;
}
#loadingPane .sb-shadow {
	background: black;
}
#loadingPane .sb-border {
	background: #FF6600;
}
#loadingImg {
	text-align: center;
	position: relative;
	z-index: 10;
}

#imagePane {
	width: 92%;
	padding: 1%;
	position: relative;
	left: 3%;
}
#imagePane .sb-inner {
	background: white;
}
#imagePane .sb-shadow {
	background: black;
}
#imagePane .sb-border {
	background: #FF6600;
}
#images {
	text-align: center;
	position: relative;
	z-index: 10;
}

#mapPane {
	position: absolute;
	top: -1000px;
	left: 20%;
	width: 60%;
	padding: 10px;
	border: 1px solid #aaa;
	background: white;
	z-index: 100;
}
#map {
	width: 80%;
	height: 420px;
	float: left;
}
#mapMarks {
	float: right;
	width: 20%;
}
#mapMarks a {
	display: block;
	padding-left: 10px;
	cursor: hand;
	cursor: pointer;
}
#markName {
	margin-top: 4px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
#markDescription {
	padding-left: 14px;
}
