/* Layout Required */
body {
	margin: 0;
	text-align: center;
	/* background: #d5d5d5 url(images/assets/body_bg.jpg) top left repeat-x; */
	font-family: Arial, Helvetica, "Garamond", sans-serif;
	font-size: 12px;
	background-color: #1e1204;
	color: #fafdfc;
	behavior: url("csshover.htc");
}
p,a,ul,td,li {
	font-family: Arial, Helvetica, "Garamond", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fafdfc;
}
div {
	text-align: left;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 905px;
}

div#header {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 45px;
}
	div#header ul.menuBar {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#header ul.menuBar li {
		float: left;
		margin-left: 20px;
		margin-top: 30px;
	}
	div#header ul.menuBar li a {
		font-family: "Times New Roman", Times, serif;
		color: #928f8b;
		font-size: 14px;
		text-transform: uppercase;
	}
		div#header ul.menuBar li a:hover,div#header ul.menuBar li a.active {
			color: #dc669e;
		}
	
div#wrapper {
	width: 100%;
}
img#placeholder {
	margin: 2px;
}
	div#galleryHolder {
		position: relative;
		width: 901px;
		border: 2px solid #312d28;
		background-color: #000000;
		text-align: center;
	}
	div#thumbnails {
		position: absolute;
		background-color: #000000;
		bottom: 15px;
		right: 70px;
	}
	div#thumbnails ul.thumbList {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#thumbnails ul.thumbList li {
		position: relative;
		display: inline;
		padding-left: 4px;
		padding-right: 4px;
		cursor: pointer;
	}
	div#thumbnails ul.thumbList li.title {
		cursor: default;
	}
		div#thumbnails ul.thumbList ul {
			position: absolute;
			display: none;
			margin: 0;
			padding: 0;
			list-style: none;
			top: -80px;
			left: -59px;
		}
		div#thumbnails ul.thumbList ul div {
			position: absolute;
			width: 118px;
			height: 72px;
			background-color: #000000;
			top: 4px;
			left: 4px;
			z-index: 100;
		}
		div#thumbnails ul.thumbList ul img {
			position: absolute;
			z-index: 9999;
		}
	div#thumbnails ul.thumbList li:hover {
		background-color: #db669d;
	}
	div#thumbnails ul.thumbList li.title:hover {
		background-color: #000000;
	}
	div#thumbnails ul.thumbList li:hover a {
		color: #010000;
	}
	div#thumbnails ul.thumbList li.title:hover a {
		color: #db669d;
	}
	div#thumbnails ul.thumbList li:hover ul {
		display: block;
	}
div#footer {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
	div#footer p,div#footer a {
		color: #404040;
		font-size: 10px;
		text-transform: uppercase;
	}
	
div.marq {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #928f8b;
	font-size:12px;
}
/* End Layout Required */