@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #F5e8d5;
	background-image: url(images/bg_wood.jpg);
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_wood.jpg);
	height: 1450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 100px;
	top: 20px;
}

.oneColFixCtrHdr #navbar {
	padding: 0;
	background-color: #978c93;
	position: absolute;
	height: 35px;
	width: 900px;
	top: 149px;
	margin-top: 0px;
	left: 0px;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #CCCCCC;
	position: absolute;
	height: 120px;
	width: 900px;
	top: 0px;
	margin-top: 0px;
	border: thin solid #000000;
	}

	

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f5e8d5;
	top: 211px;
	height: 1050px;
	width: 900px;
	position: absolute;
	left: 0px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	position: absolute;
	height: 126px;
	width: 860px;
	top: 1303px;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: thin solid #000000;
	left: -6px;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #786a3d;
}

.oneColFixCtrHdr #footer a {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #786a3d;
	}
	
	.oneColFixCtrHdr #footer a:hover {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #000000;
	}
	
	#pix2 {
	position:absolute;
	left:600px;
	top:300px;
	width:300px;
	height:300px;
	z-index:1;
	border: thin solid #333333;
	right: 200px;
}	
#pix1 {
	position:absolute;
	left:200px;
	top:300px;
	width:300px;
	height:300px;
	z-index:1;
	border: thin solid #333333;
}

#pix3 {
	position:absolute;
	left:600px;
	top:650px;
	width:300px;
	height:300px;
	z-index:1;
	border: thin solid #333333;
	right: 200px;
}	
#pix4 {
	position:absolute;
	left:200px;
	top:650px;
	width:300px;
	height:300px;
	z-index:1;
	border: thin solid #333333;
}
#pix5 {
	position:absolute;
	left:600px;
	top:1000px;
	width:300px;
	height:200px;
	z-index:1;
	border: thin solid #333333;
	right: 200px;
}	
#pix6 {
	position:absolute;
	left:200px;
	top:1000px;
	width:300px;
	height:200px;
	z-index:1;
	border: thin solid #333333;
}

