@charset "UTF-8";
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #680A09;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
#header {
	width: 740px;
	color:#00;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;/*	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #530808;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #A48E67;
	font-family: Herculanum, "Lucida Sans Regular", sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#h2 {
	font-family: Herculanum, "Lucida Sans Regular", sans-serif;
	font-size: 24px;
	color: #ba9961;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #510B0B;
	text-align: center;
}
#mainContent {
	background-color: #ba9961;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#TextMainContent {
	background-color: #A48E67;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
	padding: 0 10px;
	background-color: #530808;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ba9961;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
#GalleryMainContent {
	background-color: #0F0F0F;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#NavBar {
	position:absolute;
	left:70px;
	top:156px;
	width:690px;
	height:25px;
	z-index:2;
}
#LargeImage {
	position:absolute;
	left:132px;
	top:166px;
	width:508px;
	height:354px;
	z-index:3;
	background-color: #CCC;
}
