article, footer, header, nav, section, video { 
	display:block; 
	} 

header {
	background-image:url("https://ewscripps.brightspotcdn.com/dims4/default/2931e5f/2147483647/strip/true/crop/3456x1944+0+180/resize/1280x720!/quality/90/?url=https%3A%2F%2Fewscripps.brightspotcdn.com%2Fa6%2F9d%2F763b8827430aaf0c64314b09b334%2Ffishing.jpg");  
	background-repeat:no-repeat; 
	background-position:bottom;
	height: 500px;
	margin-bottom:10px
/* 	background-color: #00ff00;   */
	} 	
	
body {  
	margin:0;  
	padding:0;  
	font-family: 'Shadows Into Light', cursive;
	font-size:16px; 
	} 	
	
#container {  
	width: 90%; 
	padding:10px;  
	margin: 0 auto;  
	text-align:left;  
	margin-top: 20px;  
	margin-bottom: 20px; 
	border:5px solid #000000;  
/* 	background-color: #00ff00; */
	-moz-border-radius: 20px 20px 20px 20px;  
	-webkit-border-radius: 20px 20px 20px 20px;  
	border-radius: 20px 20px 20px 20px;
	} 

nav {
	overflow: hidden;
	background-color: #00ff00;
	width: 100%;
	margin: 0 0 10px 0
	}

nav a {
	float: left;
/* 	display: block; */
	color: #0000ff;
/* 	text-align: center; */
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	}

nav a:hover {
	background: #0000ff;
	color: black;
	}

/* #content {  
	display: table;
	width:100%;  
	border-top: 1px solid #000; 
	}   */
	
section {  
	display:table-cell;  
	width:40%;  
	background-color: #ffff00; 
	padding:10px; 
	} 
	
article {  
	display :table-cell;  
	background-color:#0000ff;  
	color:white;  
	font-size:14px;  
	/* 	text-align: center; */
	margin:0;  
	padding:10px; 
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px; 
	}

footer {
	height:30px;  
	padding:5px;  
	text-align:center;  
	font-size: small;  
	background-color: #ff00ff;  
	-moz-border-radius:  0px 0px 15px 15px;  
	-webkit-border-radius: 0px 0px 15px 15px;  
	border-radius:  0px 0px 15px 15px; 
	}