/* ---- Style for entire screen ---- */

html {
	background: #741610;
}

/* ---- Style for entire body ---- */

body {
	border:1px solid black; 
	width:800px;
	margin:0 auto; 
	padding:0.5em;    
	font-family: Arial, Helvetica, sans-serif;
	background:white;
	font-size: 1em;
}

/* ---- Style for page header ---- */

header {
	background: #af6e6a;
	background-image: url("image/imagine_Dragons.png");
	background-repeat: no-repeat;
}

/* ---- Style for page navigation ---- */

nav {
	background: #af6e6a;
	padding-left: 0.5em;
}

nav a{
 	font-size: 0.8em;
	padding-right:0.8em;
}

/* ---- Style for main section of body ---- */

section{
	margin:10px 0 10px 0px; 
}

img{
    width: 350px;
}

#banner{
	width: 800px;
}

#Reynolds{
	width: 200px;
}

#Sermon{
	width: 200px;
}	
#Mckee{
	width: 200px;
}

#Platzman{
	width: 200px;
}
/* ---- Style for page footer ---- */

footer {
	height:30px;
	background: #af6e6a;
}

footer p{
	font-family: "helvetica";
	font-size: 0.8em;
	padding-top:10px;
	margin:10px 0 0 10px;
}

}