@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF9F2;
	background-image: url(../images/backgroud.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 #000000;
	text-align: left;
	padding: 0;
	z-index: -1;
}
.oneColFixCtrHdr #header {
	background: #754c24;
	padding: 0;  /* 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. */
	color: #FFF;
	height: 80px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	background-color: #ECE3DF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#754c24;
	text-align: center;
	margin: 0;
	height: 40px;
}
.oneColFixCtrHdr #footer2 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#754c24;*/
	text-align: center;
	margin: 0;
	height:30px;
	width:780px;
}
.oneColFixCtrHdr #footer #footer2 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer #footer2 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-style: none;
}
#blurb {
	font-size: 12px;
	font-style: normal;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	
}
.oneColFixCtrHdr #container #footer #footer2 a {
	border-style: none;

}
#wrapperdiv {
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/dropshadow.png);
}
#top {
	margin: 0 auto;
	height:10px;
	background-color: #FFFFFF;
	background-image: url(../images/dropshadowTOP.png);
	width: 800px;
	background:no-repeat;
	background-position:center;
	padding: 0px;
}
#bottom {
	margin: 0 auto;
	height:10px;
	background-color: #FFFFFF;
	background-image: url(../images/dropshadowBottom.png);
	width: 800px;
	background:no-repeat;
	background-position:center;
	padding: 0px;
}
.oneColFixCtrHdr #menu_bar {
	background: #754c24;
	padding: 0;  /* 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. */
	color: #FFF;
	background-image: url(../images/menubackground.jpg);
}
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 376px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height:355px;

}
.oneColFixCtrHdr #submain{
	font-size:10px;
	padding-left: 40px;
	padding-bottom: 0px;
	line-height: 25px;
}
.oneColFixCtrHdr #container #submain h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #8b732b;
	padding-left: 0px;
	font-style: normal;
	font-weight: lighter;
	padding-bottom: 0px;
	line-height:18px;
}
.oneColFixCtrHdr #submain a{
	font-size:14px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #4d4018;
	text-transform: uppercase;
	text-decoration: none;
}
.oneColFixCtrHdr #submain a:hover{
	color: #B99939;
}
.oneColFixCtrHdr #container #mainContent #blurb h1 {
	font-size: 20px;
	color: #4d4018;
	font-weight: lighter;
}
#barpeps {
	text-align: center;
	padding-top: 17px;
}
.oneColFixCtrHdr #container #mainContent #blurb #barpeps img {
	border: 1px solid #000;
}

