/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #d6d6d6 url("images/assets/body_bg.jpg") top left repeat-x;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
}
p,a {
	color: #222222;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #8d8d8d;
	margin-top: 5px;
}
.UpperRed {
	color: #7b100f;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 890px;
}
div#header {
	float: left;
	width: 254px;
	text-align: left;
}
div#menuBar {
	float: left;
	width: 636px;
	text-align: left;
}
		div#menuBar ul {
			float: right;
			list-style: none;
			padding: 0;
			margin: 0;
			margin-right: 35px;
			margin-top: 100px;
		}
		div#menuBar li {
			float: left;
			border-right: 1px solid #222222;
			text-align: center;
		}
		div#menuBar li a {
			color: #222222;
			text-decoration: none;
			text-align: center;
			font-size: 17px;
			margin-left: 25px;
			margin-right: 25px;
			padding: 0;
		}
		div#menuBar li a:hover, div#menuBar li a.active {
			color: #730000;
			text-decoration: none;
		}
div#wrapper {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 888px;
	min-height: 400px;
	border: 1px solid #cecbc5;
	background: #dadada url("images/assets/wrapper_bg.jpg") bottom left repeat-x;
}

div#footer {
	float: left;
	width:100%;
	text-align: center;
	border-top: 1px solid #a22c2a;
}
	div#footer p {
		display: block;
		line-height: 25px;
	}
/* End Layout Required */
div#mainGallery {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
div#thumbNails {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
div#thumbNails a img {
	cursor:pointer;
	border: 2px solid #ffffff;
	margin: 5px;
}
div#thumbNails a.activeThumb img {
	border: 2px solid #6e0b07;
}
img#placeholder {
	border: 3px solid #ffffff;
}
div#main p {
	margin-left: 25px;
	margin-right: 25px;
}