@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(images/bg.png) repeat;
	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;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg.png) repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #E8E8E8 url(images/bg.png) repeat left top;
	padding: 0 10px 0 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.captions {
	width: 180px;
	float: left;
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	position: inherit;
	font-style: italic;
	color: #999999;
	height: 140px;
}
.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;
}
.oneColFixCtrHdr #footer {
	background:#D8C5A1 url(images/bg.png);
}
#footer   li, #header li {
	display: inline;
	list-style: none;
	text-align: center;
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	padding-left: 8px;
	font-size: 0.9em;
}
#footer   ul, #header  ul {
	text-align: center;
}
div.nav {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	width: 80%;
}
.oneColFixCtrHdr #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 */
}
.fltleft {
	float: left;
	margin-right: 12px;
}
.fltrt {
	float: right;
}
.pattern {
	clear: both;
	position: relative;
}
.patternimg {
	border: 2px solid black;
	height: 100px;
	width: 150px;
}
.piclink {
	font-size: 0.7em;
	width: 45px;
	text-align: center;
	float: left;
	margin-right: 3px;
}
a  {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	outline: none;
}
.pattern h2 {
	padding-top: 10px;
	margin-bottom: -10px;
	clear: both;
}
h3 {
	margin-bottom: -12px;
}
.breadcrumbs {
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	background: #CC6666;
}
#header li {
	display: inline;
	list-style: none;
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	padding-left: 8px;
	font-size: 0.9em;
}
#header img.fltrt {
	margin-top: 40px;
	margin-right: 60px;
}
