@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: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4F3305;
	background-image: url(behrmannback.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(head10.png);
	background-repeat: no-repeat;
	height: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 172px;
	padding-right: 0;
	padding-left: 120px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(trans.png);
	margin-top: 35px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #4B3407;
}
.images {
	margin-bottom: 3px;
	border: thin solid #4B3407;
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372604;
}
.captionbox {
	text-align: left;
	width: 350px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #DDDDDD;
	background-image: url(footerback.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent #address img {
	float: left;
	margin-right: 10px;
}
#address {
	height: 157px;
	padding-left: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	color: #EBDFB6;
}
.oneColFixCtrHdr #container #mainContent #address a {
	color: #4B3407;
}
.oneColFixCtrHdr #container #footer h1 a {
	color: #000;
}
.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 */
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 0;
	padding-left: 120px;
	padding-top: 12px;
	color: #937F29;
}
.imagessires {
	margin-bottom: 3px;
	border: 3px solid #4B3407;
	margin-top: 3px;
	margin-right: 15px;
	margin-left: 3px;
}
.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D9CDBF;
	background-color: #4B3407;
	text-align: center;
	padding: 3px;
	width: 100%;
	border: thin solid #BDA978;
}
.gifback {
	background-color: #D4CDAF;
}
