@charset "UTF-8";
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: #FFFFFF;
	font-family: "Gill Sans", "Century Gothic", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	color: #79c5ca;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 0;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: -8px;
	margin-left: 0;
}
#header a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #79c5ca;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: .9em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#gallery #mainContent {
	background-image: url(contact/contactwithlinks.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 1px;
	margin: 0px;
}
