body {
	background-color: #f0f0f0;
}
.mainContent {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	height: 545px;
	-webkit-box-shadow:  2px 2px 2px 2px , 0, 0, 0.1);
	box-shadow:  2px 2px 2px 2px , 0, 0, 0.1);
	margin-top: 5px;
	background-color: white;
}
.headerOverlay {
	width: 1000px;
	height: 125px;
	background: url(../images/header.png) no-repeat top left;
	position: absolute;
	top: 0;
	z-index: 6;
}
.footerOverlay {
	width: 1000px;
	height: 82px;
	position: absolute;
	bottom: 0;
	background: url(../images/footer.png) no-repeat bottom left;
	z-index: 3;
}
.logo {
	margin: 25px 20px 0;
	float: left;
	width: 362px;
}
.navigation {
	list-style: none;
	width: 440px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px 20px 0 0;
	color: #fff;
}
.navigation li {
	display: inline;
}
.navigation li a {
	color: white;
	text-decoration: none;
	padding: 0px 5px 0px 10px;
}
.navigation li a:active {
	text-decoration: bold;
}
.navigation li:before {
	content: " | ";
	padding-left: 2px;
}
.navigation li:first-child:before {
	content: '';
	padding: 0;
}
.designBy {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 50px 20px 0;
}
.designBy a {
	color: white;
	text-decoration: none;
}
.topLeft {
	margin: 35px 20px 0 0;
	width: 340px;
}

.contentLeft {
	max-height: 400px;
	margin-top: 80px;
	width: 500px;
	overflow: auto;
	position: absolute;
	z-index: 2;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.contentLeft p {
	margin: 0 15px 15px;
}
.contentLeft h3 {
	margin: 45px 15px 15px;
}
table td {
	padding: 8px;
	border: 1px solid black;
}
.galleryRight {
	width: 500px;
	height: 455px;
	overflow: hidden;
	position: relative;
	float: right;
	z-index: 2;
	margin-top: 45px;
}
.galleryRight img {
	position:absolute;
	z-index:1;
}
.galleryRight img.active {
	z-index:3;
}
form {
	margin-left: 15px;
}
input, textarea {
	color: #777;
	outline: none;
	padding: 6px 4px;
	border-radius: 2px;
	margin-bottom: 18px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.hoverText {
	background-color: rgba(0, 0, 0, 0.6) !important;
	background: black;
	color: white;
	font-weight: bold;
	font-size: 11px;
	width: 500px;
	right: 0;
	margin-top: 80px;
	height: 70px;
	position: absolute;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
}
.hoverText p {
	padding: 15px 10px;
}