/* Layout Required */
html {
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	behavior: url("csshover.htc");
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
p {
	color: #9f0000;
	text-decoration: none;
	font: bold 12pt 'Garamond';
}
/* HEADER */
div#header {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: url("images/assets/header.jpg") bottom center no-repeat;
}
	div#logo {
		width: 293px;
		height: 90px;
		margin: 0;
		background: url("images/assets/logo.jpg") top left no-repeat
	}
	ul#navigation {
		float: right;
		list-style: none;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #6c6c6c;
	}
	ul#navigation li {
		float: left;
		width: 114px;
		height: 59px;
		background: none;
		text-align: center;
	}
	ul#navigation li a {
		display: block;
		color: #9f0000;
		text-decoration: none;
		text-transform: uppercase;
		font: bold 12px 'Garamond';
		margin-top: 45px;
	}
	ul#navigation li font,ul#navigation li a:first-letter {
		font-size: 15px;
	}
	ul#navigation li a:hover, ul#navigation li.active a, ul#navigation li:hover a {
		color: #c2c2c2;
		text-decoration: none;
	}

div#wrapper {
	position: relative;
	float: left;
	width: 978px;
	height: auto;
	border: 2px solid #1f1f1f;
	background: transparent url("images/assets/wrapper_bg_top.jpg") top center no-repeat;
	z-index: 0;
}
	div#content {
		position: relative;
	}
	div#thumbnailsLeft {
		float: left;
		width: 150px;
		margin: 0;
	}
	div#main {
		float: left;
		width: 670px;
		margin: 0;
		margin-top: 45px;
	}
	div#thumbnailsRight {
		float: left;
		width: 150px;
		margin: 0;
	}
	div#thumbnailsLeft img,div#thumbnailsRight img {
		margin: 5px;
		border: 4px solid #1b1b1b;
		cursor: hand;
		cursor: pointer;
	}
	div#main img {
		border: 4px solid #161616;
		margin-bottom: 45px;
	}
	div#bottomBg {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 978px;
		height: 81px;
		background: url("images/assets/wrapper_bg_bottom.jpg") bottom center repeat-x;
		z-index: -1;
	}
	div#gallerySelection {
		text-align: center;
	}
	div#gallerySelection a,div#gallerySelection img {
		border: none;
	}
	div#gallerySelection img {
		margin: 10px;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}
	div#gallerySelection img:hover {
		margin: 10px;
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
	}
div#footer {
	position:relative;
	clear: both;
	width:100%;
	left: 0;
	bottom: 0; /* stick to bottom */
	height: 45px;
	text-align: right;
}
	div#footer div {
		float: left;
		width: 33%;
	}
	div#footer div#formEvent {
		width: 34%;
	}
	div#footer p,div#footer a {
		color: #c2c2c2;
		font: 12px arial;
		text-decoration: none;
	}
	div#footer input {
		color: #c2c2c2;
		font: 12px arial;
		text-decoration: none;
		background-color: transparent;
		border: 1px solid #c2c2c2;
	}
	.copyright {
		color: #2a2a2a;
		font: 10px arial;
	}
/* End Layout Required */

div#left {
	float: left;
	margin: 25px;
}
div#left p {
	color: #c2c2c2;
	font: 12pt 'Garamond';
	margin: 0;
}

div#right {
	float: left;
	margin: 25px;
}
	div#right img {
		border: 4px solid #161616;
	}
h1 {
	color: #c2c2c2;
	font: 16pt 'Garamond';
}