/* This line allows older browsers to interpret the HTML5 tags  */
article, aside, footer, header, main, nav, section { display: block; }

body {
	background-color: #fff9c2;
	background-image: url(../images/Midholt_Arms.png);
   background-attachment: fixed;
   color: white;
   font-family: Arial;
   text-align: center;
}

h1 {
	font-size: 2em;
}

h3 {
	color: darkgreen;
}

main {
	border-radius: 30px;
	background-color: #633100;
	color: yellow;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

header, article {
	border-radius: 30px;
	font-family: Arial, sans-serif;
	font-size: small;
	color: black;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
}

header { background-color: #fff9c2; }

header h2 {
	font-size: 1.8em;
	color: #633100;
}

article {
	background-color: #ece9e6;
	min-height: 340px;
	margin-top: 20px;
	margin-bottom: 20px;
}

article h2 { color: red; }

article h3 { margin-bottom: 0; }

.sidemenu {
	width: 80px;
	margin-top: 0;	
	text-align: center;
}

.sidemenu img {
	width: 75%;
	height: 75%;
}

.sendleft {
	float: left;
	margin-right: 10px;
}

.sendright {
	float: right;
	margin-left: 10px;
}

#Holt {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
