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;
}
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;
}
.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;
}
#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: 2;
}
