@charset "utf-8";
body  {
	color: #6C6C6C;
	font-size: 16px;
	font-family: "palatino linotype", "trebuchet ms", "times new roman";
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #677C2F;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
} /* Needed to center layout in old IE browsers. */

.twoColFixLtHdr #container {
	width: 760px;
	min-height:627px;
	position:relative;
	background-color: #FFFFFF;
	color: #6C6C6C;
	padding: 0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#body {
   padding:10px;
   padding-bottom:40px;   /* Height of the footer */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ffffff;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#apDiv1 {
	position:absolute;
	width:217px;
	height:212px;
	z-index:1;
	background-image: url(images/Sunflower.gif);
	background-repeat: no-repeat;
	background-position: 65px bottom;
	float: right;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	left: 8px;
	top: 423px;
	margin-top: -8px;
}
.twoColFixLtHdr #mainContent {
	min-height:408px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	visibility: inherit;
} 
.twoColFixLtHdr #footer {
	height: 40px;
	width: 204px;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 9px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	color: 6C6C6C;
	background-color: #3D3D3D;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 540px;
	position: absolute;
	left: 0px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#titletexttop {
	height: 36px;
	width: 486px;
	font-family: "Times New Roman", Times, serif;
	color: #C8C449;
	font-size: 24px;
	padding-left: 274px;
}
#gallerytitletop {
	background-color: #FFFFFF;
	text-align: center;
	height: 33px;
	width: 760px;
}
