@charset "utf-8";
body {
	font: 100%  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #e5ddd4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 100;
	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: #333;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5ddd4;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e5ddd4;
	color: #000;
}

 #header {
	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. */
}
 #header h1 {
	margin: 0;
	padding: 0em;
}
h2 {
	font-size: 1.6em;
	font-variant: small-caps;
	left: 2.1em;
	position: relative;
	color: #666;
}

.siteOverviewText {
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height: 1.5em;
	margin-right: 3.5em;
	margin-left: 3.5em;
}
.menuButtons {
	padding-right: 30px;
	padding-left: 35px;
	background-color: e5ddd4;
}


 #footer {
	padding: 0 100px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5ddd4;
	color: #999;
	font-size: x-small;
	text-align: right;
}

 #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 */
}
.mainPhotos {
	padding-right: 15px;
	padding-left: 50px;
}
.banner {
	padding-top: 15px;
}
