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;
	height: auto;
	font-size: 14px;
	background-image: url(../backgrounds/-68585808.jpg);
	text-decoration: blink;
	
	
}

H1 {
	color: #039;
	font-size: 36px;
	font-family: "French Script MT", Castellar, Cambria;
	
}

H2 {
	text-align: center;
	color: #000;
	font-size: 14px;
	text-decoration: blink;
}



HEADER#Banner {
	width: 890px;
	height: 100px;
	margin: 5px auto;
	border: solid 2px;
	padding: 11px;
	text-align: center;
	background-image: url(../backgrounds/rasta.jpg);
}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 2px solid  #FFF;
	text-align: center;
	background-color: #FF6;;
	font-size:14px;
}

NAV {
	width: 940px;
	height: 60px;
	float: left;
	font-family: Geneva,Arial;
	border: 3px solid;
	background-color: #000;
	background-image: url(../backgrounds/1426753839470.jpg);
}

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: 125px;  
        font-size: 14px; 
	padding: 1px 10px;
	color: #FFF; 
	text-decoration: none;
	

}

NAV li a:hover {
	border: groove #000;
			 
}

SECTION#Wrapper {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	background-color: #F6F;
	border: ridge 10px #CCC;
	padding: 1px;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 870px;
	border:hidden;
}

HEADER#Header_Article_1 {
	width: 880px;
	height: 80px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-image:url(../backgrounds/blank_banner.jpg);
}

SECTION#Section_Article_1 {
	width: 860px;
	height: 840px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #009;
}
#Wrapper #Article_1 #Header_Article_1 table tr td {
	text-align: center;
}
#Wrapper #Article_1 #Section_Article_1 strong em {
	text-align: center;
}
#Article_1 p strong em {
	text-align: center;
}
#Article_1 {
	text-align: center;
}
