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: 1366px; 
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-color:#000;
	font-size: 13px;
}

H1 {
	color: #00C;
	font-family: Georgia, "Times New Roman", Times, serif;
}

H2 {
	text-align: center;
	color:#FFF;
	font-family:Candara;
	font-size: 36px;}



HEADER#Banner {
	width: 940px;
	height: 500px;
	margin: 5px auto;
	border: 1px solid
	text-align: center;

}

FOOTER {
	width: 940px;
	height: 70px;
	margin: 1900px auto;
	border: 1px solid #000000;
	text-align: center;
	color:#FFF;
	background-color:#036;
}

NAV {
	width: 848px;
	height: 120px;
	alignment-adjust:central;
	font-family: Geneva,Arial;
	border: 1px solid;
	background-color:#333;
}

NAV ul {
	margin:0px auto;
	padding: 15px;
	list-style-type: none;
}
NAV li {
	display: inline;

}

NAV li a {
        width: 100px;  
        font-size: 14px; 
	text-decoration: none;
	color:#FFF;

}

SECTION#Wrapper {
	margin-top: 100px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

ARTICLE#Article_1 {
	width: 1300px;
	height: 730px;
}


SECTION#Section_Article_1 {
	width: 900px;
	height: 350x;
	margin-top: 20px;
	margin-left: 250px;
	margin-right: 20px;
	margin-bottom: 200px;
	font-size: 20px;
	color:#FFF;
	background-color:#000;
	alignment-adjust:middle;
	font:"Courier New";
	
}
