/*** 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;
}
ol, ul {list-style: none;
	}
a {text-decoration: none;
}
aside, footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 30px;
	line-height: 0.9;
	color: #FFF;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 28px;
	line-height: 1.3;
	color: #191919;
	text-transform: none;
	font-style: bold;
	text-align: center;
	margin-top: 7px;
	padding-bottom: 6px;
}
h3 {
	font-size: 25px;
	line-height: 0.9;
	color: #C7AA70;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/************************ layout ************************/
body {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5;
	background-color: #5C4423;;
		height: 100%;
		overflow:hidden;
}

header {
	display: flex;
	justify-content: space-around;
	background-image:url(../images/header3.jpg);
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 35px;
	padding-bottom: 0px;
	width: 100%;
	height: 40px;
}
#wrapper {
    background-image:url(../images/addy2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 10px;
	height: 100%;
	background-color: #1D3918;
	     width: 100%;
}
#sidebar1 {
	margin-top: 10px;
   float: left;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   width: 30%;


}
#photos  {

	height: 200px;
	}
#music  {
	height: 200px;
	}
#videos  {
	height: 200px;}
#sidebar2 {
		margin-top: 10px;
   float: right;
   padding-top: 10px;
   padding-left: 5px;
   padding-right: 10px;
   width: 30%;

}
#art {height: 200px;}
#words{height: 200px;}
#poems{height: 200px;}

#content {    
   float: left;
	margin-left: 10px;
     margin-right: auto;
	 margin-top: 10px;
padding: 0px 10px 5px 10px;
     width: 33%;

	 }
footer {
    text-align: center; font-size: 12px;
    color: #888; margin-top: 10px;
	bottom: 0; position: fixed;
	background-color: #5C4423;
	width: 100%;}


	 
