html, body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: #b0b0b0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 17px;
}
div#container {
	background-color: #b0b0b0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	min-height: 100%;
	margin: 0 auto;
}
div#header {
	height: 145px;
}
div#header img {
	float: right;
}
div#introText {
	text-align: justify;
	border-left: 1px solid #999999;
}
div#collection {
	float: right;
	width: 500px;
	margin-left: 25px;
}
div#collection div {
	float: left;
	width: 228px;
	height: 195px;
	margin-right: 15px;
}
div#collection div img {
	border: 0px solid white;
}
.tcenter {
	padding-left: 15px;
	padding-right: 15px;
}
div#left {
	width: 385px;
	float: left;
}
div#right {
	width: 350px;
	float: right;
}
div#subNav {
	padding-top: 25px;
}
div#subNav img {
	margin-right: 10px;
}
div#subNav2 {
	float: right;
	padding-bottom: 25px;
	margin-right: 15px;
	
}
div#subNav2 img {
	margin-right: 10px;
}
img {
	border: none;
}
p {
	margin: 0 25px 25px 25px;
}
.backBtn {
	margin: 0 25px 25px 25px;
}
a.hotspot:link, a.hotspot:active, a.hotspot:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
a.hotspot:hover {
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}