@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d9e1e8;
	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;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg-bottom.gif) no-repeat left bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 10px 30px 40px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
}
.oneColFixCtr #container h1 {
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
.oneColFixCtr #footer {
	text-align: center;
}


/* MISC STYLES */

.photoLeft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}
.bodycopy {
	padding: 10px 15px;
}
table#galleryThumbs td {
	padding: 15px 20px;
}
table#galleryThumbs td img {
	border: 0;
}
.caption {
	font-size: 90%;
	font-style: italic;
}
