@charset "UTF-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#galleryArea {
	background-color: #999999;
	width: 760px;
	height: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 10px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-size: 17px;
}
#logo {
	height: 200px;
	width: 800px;
	margin-left: 0px;
}
#nav {
	height: 28px;
}
#leftColumn {
	float: left;
	width: 489px;
}
#rightColumn {
	float: right;
	width: 241px;
}
#HBLogo {
	float: right;
	width: 241px;
	height: 241px;
}
#rightColumnSub1 {
	background-color: #999999;
	padding: 10px;
	margin: 0px;
}
#leftColumnEven {
	float: left;
	width: 365px;
}
#rightColumnEven {
	float: right;
	width: 365px;
}

