/*common settings*/
body {
	margin: 0px 0px 10px 0px;
	font-family: "DejaVu Sans", Verdana;
	font-size: 12pt;
	background-color: #ffeb7f;
}
header {
   padding: 12px;
	margin: 0px auto;
	border-left: solid 1px gold;
	border-right: solid 3px #e8c000;
	position: relative;
	background-color: gold;
	color: navy;
}
h1 {
	font-family: "DejaVu Serif", serif;
	font-style: italic;
	margin: -6px 0px 6px 0px;
}
h2 {
	font-family: serif;
	font-style: italic;
	margin: -6px -6px 6px -6px;
	padding-left: 18px;
	background-color: rgba(255,165,0,0.50);
	border-bottom: solid 1px orange;
	color:navy;
}
header h1,
header nav {   
   position: relative;
	z-index: 10;
}
header img#logoTop {
	position: absolute;
	top: 1px;
	z-index: 1;
}
section#mainContent {
	min-height: 420px;
	padding: 12px 0px 72px 12px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
	border-left: solid 1px gold;
	border-right: solid 3px #e8c000;
	background-color: white;
	color: black;
	background-image: url('../Images/sunflowersm.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
section#mainContent img#logoBottom {
	position: absolute;
	top: 0px;
	z-index: 1;
}
article {
	float: left;
	padding: 8px;
	margin: 0px 12px 12px 0px;
	border: solid 1px gold;
	min-height: 120px;
	background-color: rgba(255,255,255,0.65);
	position: relative;
	z-index: 1;
}
footer {
	padding: 12px;
	margin: 0px auto;
	border-right: solid 1px gold;
	border-left: solid 1px gold;
	border-right: solid 3px #e8c000;
	border-bottom: solid 3px #e8c000;
	background-color: gold;
	color: navy;
}
