header, footer, section, nav, article {  
    display: block;  
}

/* SET SOME properties for the BODY
margin auto gets you a centred web page*/
BODY {
	margin: 0 auto;  
	width: 940px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

H1 {
	text-align:center;
	color: yellow;
	 
}

H2 {
	text-align: center;
	color: black;
	
}



HEADER#Banner {
	width: 900px;
	height: 200px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: yellow;
	

}

FOOTER {
	width: 900px;
	height: 70px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: blue;
	font-size:20px;
}

NAV {
	width: 900px;
	height: 40px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: pink;
}

NAV ul {
	margin: 0px auto;
	padding: 15px;
	list-style-type: none;
}
NAV li {
	display: inline;

}

NAV li a {
	float: left;
	text-align: center;
	border-right: 2px solid #00DBF0;
        width: 100px;  
        font-size: 14px; 
	padding: 0px 10px;
	color: #black;
	text-decoration: none;
}

NAV li a:hover {
	color: green;
}



SECTION#Wrapper {
	margin-top: 100px; 
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 150px;

}

ARTICLE#Article_1 {
	width: 900px;
	height: 850px;
	background-color:#ADAAAA;;
}



HEADER#Header_Article_1 {
	
	
	
NAV {
	width: 900px;
	height: 40px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: pink;
}

NAV ul {
	margin: 0px auto;
	padding: 15px;
	list-style-type: none;
}
NAV li {
	display: inline;

}

NAV li a {
	float: left;
	text-align: center;
	border-right: 2px solid #00DBF0;
    width: 100px;  
    font-size: 14px; 
	padding: 0px 10px;
	color: yellow;
	text-decoration: none;
}

NAV li a:hover {
	color: green;
}
	
}

SECTION#Section_Article_1 {
	width: 800px;
	height: 820px;
	margin-top: 20px; 
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	background-color: #F8EBEB;
	border-style:solid;
	background-image:url('../images/jho6.jpg' );
	border-color:blue;
	font-color:black;
	font-size:35px;
	text-align:center;
	
}


