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;
	text-align: center;
	
}

H1 {
	color:#F06;
	text-align: center;
	font-family: Andalus, "AR CENA", "AR ESSENCE";
	font-weight: bold;
	font-size: 10px;
}

H2 {
	text-align: center;
	color:#60F;
	font-family: forte, andalus, "AR CENA", "AR CHRISTY", "times New Roman";
	font-size: 30px;

}



HEADER#Banner {
	width: 940px;
	height: 180px;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: skyblue;
	font-family: Jokerman;
	font-size: 16px;
	background-image:url(../../images/mamamamam.jpg);

}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 10px auto;
	border: 10px solid #000000;
	text-align: center;
	background-color:#666;
	font-family: "Lucida Console", Monaco, monospace;
	color: #000;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 0px solid #000000;
	background-color:#F6F;
}

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: 180px;  
        font-size: 14px; 
	padding: 0px 10px;
	color: #0000FF;
	text-decoration: none;
}

NAV li a:hover {
	color:#600
	
	
}

SECTION#Wrapper {
	margin-top: 50px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 545px;
	background-color:#333;
	color:#999
	text-align: left;
	


}

HEADER#Header_Article_1 {
	width: 900px;
	height: 50px;
	background-color: #DCDCDC;
}

SECTION#Section_Article_1 {
	width: 860px;
	height: 420px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color:#999;
	background-image:url(../../images/plug..jpg);
	color:#066
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
