body {
    background-color: #EBDEF0;
}

#Banner {
	width:800px;
	height:198px; 
	border:100px #ecf0f1;
}

body {
    border: 1px solid black;
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetice, sans-serif;
	background:#ECF0F1;
	font-size: 1em;
	color: #79227D;
	}
	
header {
	background: #EBDEF0;
	background-repeat: no-repeat;
}

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

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

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

img{
	width:350px;
}

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

footer p{
	font-family: "Comic Sans MS", cursive,
	sans-serif";
	font-size: 0.8em;
	padding-top: 10px;
	margin: 10px 0 0 10px;
}