@import url(layoutStandard.css);
@import url(formatting.css);
@import url(layoutIE.css);

body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #86AE84;
	text-align: center;
}

#gradient {
	height: 317px;
	background-image: url(/images/green/layout_backgroundTileHoriz.jpg);
	background-repeat: repeat-x;
}

#layout_mainframe {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#layout_banner {
	padding-bottom: 10px;
}

#layout_bannerImage {
	width: 100%;
	background-image: url(/images/green/layout_Banner.jpg);
	background-repeat: no-repeat;
	height: 215px;
}

#layout_pageCore {
	display: block;
}

.layout_navigation {
	width: 150px;
	float: right;
}

#layout_body {
	width: 550px;
	float: right;
}

#layout_bodyFull {
	width: 700px;
	float: left;
}

#layout_footerContainer {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#layout_pageFooter {
	border-top: 1px solid #555555;
	font-size: 10px;
	text-align: center;
	padding-bottom: 3px;
}
