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;
	background-color:#000;
}

H1 {
	color:#F00
}

H2 {
	text-align: center;
	color: #FFF;
}



HEADER#Banner {
	width: 940px;
	height: 100px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: blue;
	background-image:url(../backgrounds/1417339416907.jpg);
	font-style:italic;
	font-size:21px;
}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #F0F;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #333;
	background-image: url(../backgrounds/1417339427424.jpg);
}

NAV ul {
	text-align: center;
	margin: 0px auto;
	padding: 15px;
	list-style-type: none;
	
}
NAV li {
	text-align:center;
	display: inline;

}

NAV li a {
	float: inherit;
	text-align: center;
	border-right: 2px solid #00DBF0;
	width: 100px;
	font-size: 14px;
	padding: 0px 10px;
	color: #000000;
	text-decoration: none;
}

NAV li a:hover {
	color:#0F0;
	background-color:#900;
	
}

SECTION#Wrapper {
	margin-top: 100px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	
}

ARTICLE#Article_1 {
	width: 900px;
	height: 500px;
	background-color: #ADAAAA;
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #D6D6D6;
	background-image: url(../backgrounds/1417339406170.jpg);
	
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F00;
	text-align:center;
	color:#CCC;
	font-size:14px;
	text-align:center;
	background-image:url(../1094757_578372552220070_1311835866_n.jpg);
	
	
}
