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: #0C3;
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	font-weight: bold;
	font-style: italic;
	text-decoration: blink;
}

H2 {
	color: #DCDCDC;
	text-align: center;
}



HEADER#Banner {
	width: 940px;
	height: 100px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-image: URL("../backgrounds/$(KGrHqF,!iEE+8R4ZjKoBQElDgo0m!~~60_35.GIF");

}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: violet;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: BLACK;
	color: #D2D2D2;
	font-size: 15px;
}

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: #0000FF;
	text-decoration: none;
}

NAV li a:hover {
	color: #00DBF0;
	font-family: "Times New Roman", Times, serif;
}

SECTION#Wrapper {
	margin-top: 100px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 1300px;
	background-color: #F66;
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #DCDCDC;
	color: #BFCDDB;
}

SECTION#Section_Article_1 {
	width: 860px;
	height: 1200px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: PINK;
	font-size: 16px;
	font-style: italic;
	color: #936;
	font-family: Arial, Helvetica, sans-serif;
}
