@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	text-align: center;
	line-height: 18px;
}
a {
	color: #000;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	padding-top: 10px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 5px;
}
h2 a {
	color: #333;
}

ul {
	margin-left: 30px;
	margin-right: 30px;
}
li {
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
td {
	padding: 4px;
}
#content {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundContent.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
}
#header {
	background-image: url(images/backgroundHeader.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 900px;
	position: relative;
}
#menu {
	position: absolute;
	width: 880px;
	left: 10px;
	top: 80px;
}
#menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	padding-left: 26px;
	padding-right: 26px;
}
#menu a:hover {
	color: #CCC;
}
#mainText {
	display: inline;
	float: left;
	margin-left: 40px;
	padding-top: 40px;
	margin-bottom: 30px;
	width: 370px;
}
#galleryBox {
	display: inline;
	float: left;
	margin-left: 40px;
	padding-top: 40px;
	margin-bottom: 30px;
	width: 800px;
}
#slideshow {
	background-image: url(images/backgroundSlideshow.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: right;
	height: 374px;
	width: 478px;
}
#footer {
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.separator {
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.galleryThumbnail img {
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #000;
	margin-left: 10px;
}
.galleryThumbnail:hover img {
	border: 1px solid #999;
}

