@charset "utf-8";
body {
	background-color: #1d1d1d;
	//text-align: center;
	font-family: "Arial", sans-serif;
}

.wrapper {
	//background-color: #777777;
	//background-image: url(images/footer.png);
	//background-repeat: no-repeat;
	height: 768px;
	width: 1044px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #b1b1b1;
}
.wrapper .hotspot {
	width: 328px;
	height: 86px;
	position: absolute;
	top: 5px; /* Top coord of hotspot (relative to parent, bottom: 20px is also valid) */
	left: 3px; /* Left coord of hotspot (right: 20px is also valid); */
}
.wrapper hr {
	border-color: #222222;
}
.wrapper a:link {
	color: #9b9fde;
}
.wrapper a:visited {
	color: #595c80;
}
.wrapper a:hover {
	color: #FFFFFF;
}
.wrapper .header {
	width: 1044px;
	height:  115px;
	background-image: url(images/headerBG.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 8px;
	margin-bottom: -30px; /* Added to move the hr at the end UP. The float nature of btnArea breaks the old hr, so this was added to .header */
	line-height: 2px;
	font-size: 6px;
	overflow: visible;
}
.wrapper .header .btnArea{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.wrapper .center {
	font-size: 14px;
	text-align: left;
	float: left;
	clear: none;
	width: 1044px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wrapper .center .content {
	background-color: #0d0d0d;
	font-size: 14px;
	text-align: left;
	float: left;
	clear: none;
	width: 1024px;
	/*margin-top: 10px;*/
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.wrapper .center .content .subcontent{
	background-color: #161616;
	font-size: 14px;
	text-align: left;
	float: left;
	clear: none;
	width: 724px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 140px;
}

.wrapper .center .content .thumbnailGallery{
	float: left;
	clear: none;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

.wrapper .center .content .thumbnailGallery img{
	float:left;
	margin-left:auto;
	margin-right:auto;
	//clear: none;
	//display: block;
	/*margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px*/
}

.wrapper .center .content .thumbnailGalleryCentered{
	float: left;
	clear: none;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	margin-left: 62px;
	margin-right: 62px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

.wrapper .center .content .thumbnailGalleryCentered img{
	float:left;
	margin-left:auto;
	margin-right:auto;
	//clear: none;
	//display: block;
	/*margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px*/
}

.wrapper .center .contentthin {
	background-color: #0d0d0d;
	font-size: 14px;
	text-align: left;
	float: left;
	clear: none;
	width: 772px;
	margin-left: 126px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.wrapper .center .content800 {
	background-color: #0d0d0d;
	font-size: 14px;
	text-align: left;
	float: left;
	clear: none;
	width: 800px;
	margin-left: 112px;
	margin-right: 112px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.wrapper .footer {
	font-size: 14px;
	width: 1044px;
	height: 32px;
	text-align: right;
	float: left;
	//padding-top: 20px;
}
