/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #e5e0d6 url("images/assets/body_bg.jpg") top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	behavior: url("csshover.htc");
}
p,a {
	color: #434343;
	text-decoration: none;
}
h1,h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #9aa492;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}

.clearFoot {
	float: left;
	height: 10px;
	width: 100%;
}
.FirstLine {
	font-size: 15px;
	color: #9aa492;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1000px;
}
div#header {
	float: left;
	margin: 0;
	width: 1000px;
	height: 130px;
}
	div#header img {
		float: left;
	}

div#wrapper {
	float: left;
	margin: 0;
	width: 100%;
}

div#footer {
	float: left;
	width:100%;
	margin-top: 35px;
	text-align: center;
}
	div#footer p {
		font-size: 10px;
		line-height: 25px;
	}
/* End Layout Required */
div#textArea {
	margin: 0px auto;
	width: 800px;
	text-align: center;
}
div#galleryInterface {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	background: url(images/assets/interface_gallery_02.jpg) top center no-repeat;
}
	div#galleryThumbs {
		float: left;
		margin-top: 76px;
		margin-left: 45px;
		margin-bottom: 65px;
	}
		div#galleryThumbs a {
			float: left;
		}
		div#galleryThumbs img {
			border: 1px solid #9aa492;
			padding: 4px;
			background-color: #000000;
			margin-left: 20px;
			cursor: pointer;
		}
		div#galleryThumbs img:hover {
			border: 4px solid #9aa492;
			padding: 1px;
			background-color: #000000;
		}
div#arrowsNextPrev,div#arrowsNextPrevBig {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
	div#arrowsNextPrev img,div#arrowsNextPrevBig img {
		filter: Alpha(opacity=26); /* IE */
		-moz-opacity: 0.26; /* Mozilla */
		cursor: pointer;
	}
		div#arrowsNextPrev img:hover,div#arrowsNextPrevBig img:hover {
			filter: Alpha(opacity=100); /* IE */
			-moz-opacity: 1.0; /* Mozilla */
		}
	div#arrowsNextPrev a,div#arrowsNextPrevBig a {
		cursor: pointer;
	}

div#galleryBigInterface {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	background: url(images/assets/interface_biggallery.jpg) top center no-repeat;
}
	div#galleryPicture {
		float: left;
		width: 100%;
		height: 410px;
		text-align: center;
		margin-top: 38px;
		margin-bottom: 35px;
	}
div#galleryInterface, div#galleryBigInterface {
	display: none;
}
div#wrapper .activeGallery {
	display: block;
}
div#contentLeft {
	float: left;
	width: 537px;
	height: 440px;
	background: url(images/assets/content_left.jpg) top center no-repeat;
	text-align: left;
}
div#contentLeft h1,div#contentLeft p {
	margin-left: 15px;
}
div#contentRight {
	float: left;
	width: 450px;
	margin-left: 10px;
	text-align: left;
}
	div#contentRight h1,div#contentLeft h1,div#contentRight h2 {
		float: none;
		width: 80%;
		color: #44413d;
		text-transform: none;
		border-bottom: 1px solid #44413d;
		text-align: left;
		margin-top: 35px;
		margin-bottom: 20px;
		filter: Alpha(opacity=65); /* IE */
		-moz-opacity: 0.65; /* Mozilla */
	}
div#contentRight p {
	margin-left: 10px;
}