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 {
	color: black;
	font-family:jokerman;
	font-size:xx-large;
	background-image:10847866_871110002920138_18018803741314600_n.jpg;
}

H2 {
	text-align: center;
	color: #0C6;
}



HEADER#Banner {
	width: 940px;
	height: 70px;
	border: 1px solid #000000;
	text-align: center;
	background-color: yellow;
	background-image:10847866_871110002920138_18018803741314600_n.jpg;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-repeat: repeat;
	background-position: center center;
	
	

}

FOOTER {
	width: 940px;
	height: 50px;
	border: 1px solid #000000;
	text-align: center;
	background-color: yellow;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #00F;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #000000;
}

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: #ffff00;
	text-decoration: none;
}

NAV li a:hover {
	color: #00DBF0;
	font-size:18px;
}

SECTION#Wrapper {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	background-image:url(../backgrounds/flower.jpg);
	background-color: #000;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 500px;
	background-color: #ADAAAA;
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #DCDCDC;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #000;
	background-position: center center;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	background-image: url(../backgrounds/seamless-abstrac-floral-background-red-32502665.jpg);
}
