@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #000;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin-right: 20px;
}
p {
	color: #333;
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

#content {
	background-color: #FFF;
	text-align: left;
	width: 898px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	overflow: auto;
	background-image: url(images/backgroundContent.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sideBar {
	background-image: url(images/backgroundSideBar.gif);
	background-repeat: no-repeat;
	height: 900px;
	width: 176px;
	position: absolute;
	z-index: 30000;
	top: 0px;
	right: 25px;
	color: #FFF;
	overflow: hidden;
}
#imageSlideshow {
	height: 417px;
	width: 898px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainMenu {
	text-align: right;
	width: 155px;
	margin-top: 160px;
	margin-right: 17px;
	float: right;
	margin-bottom: 80px;
}
#mainMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#mainMenu a:hover {
	color: #c5c3c3;
}
#contactInfo {
	float: right;
	width: 150px;
	margin-right: 20px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contactInfo a {
	color: #FFF;
	text-decoration: none;
}
#contactInfo a:hover {
	text-decoration: underline;
	color: #FEA100;
}
#contentFooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 898px;

}
#mainContent {
	width: 600px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	min-height:880px;
	overflow: visible;
}
#footer p, #footer a{
	color: #999;
}

#galleryContent {
	width: 600px;
	padding-top: 40px;
	margin-left: 40px;
}
.galleryThumbnail img {
	margin: 2px;
	border: 1px solid #FFF;
}
.galleryThumbnail:hover img {
	border: 1px solid #000;
}

