/*** The All So Important RESET! ***/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, aside, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

aside, footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 30px;
	line-height: 0.9;
	color: maroon;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 20px;
	line-height: 1.3;
	color: #191919;
	text-transform: none;
	font-style: bold;
	text-align: center;
	margin-top: 7px;
	padding-bottom: 6px;
}
ol, ul {
	list-style: none;
}
/************************ layout ************************/
body {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5;
    background-color: #A9A9A9;
	height: 100%;
	margin-top: 10px;
	overflow:hidden;
}

header {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 0px;
	width: 100%;
	height: 40px;
	#5C4423
}

#content {    

	 margin: 0 auto;
     padding: 10px 10px 5px 10px;
     width: 75%;
	 background-color: linen;
	 height: 100%;
	 }
	 
footer {
    text-align: center; font-size: 12px;
    color: #888; margin-top: 10px;
	bottom: 0; position: fixed;
	background-color: #5C4423;
	width: 100%;}


	 
