@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: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/Main/yelbodbckgrd.jpg);
	background-repeat: repeat-x;
	background-color: #EEEBA4;
	font-size: small;
}
.oneColFixCtrHdr #container {
	width: 726px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 493px;
	background-image: url(/images/Main/lilymaingreen.jpg);
}
.oneColFixCtrHdr #header {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(/images/Main/banneryelshade.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.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 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 #navbar {
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	vertical-align: middle;
	background-color: #274C2C;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	float: right;
	width: 330px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
.oneColFixCtrHdr #containergreen {
	width: 726px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 493px;
	background-image: url(/images/Main/maingreen.jpg);
}
.oneColFixCtrHdr #container2 {
	width: 726px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 493px;
	background-image: url(/images/Main/lilymaingreenlogos.jpg);
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container3 {
	width: 726px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 493px;
	background-image: url(/images/Main/lilymaingreenwipics.jpg);
}
.oneColFixCtrHdr #mainContent3 {
	float: right;
	width: 200px;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
