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: #00C;
	background-color: #FFF;
	background-image: url(../backgrounds/button_gradient.gif);
	position: absolute;
	font-size: larger;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	left: auto;
	top: 25px;
	width: 348px;
	height: 50px;
	text-align: justify;
}

H2 {
	text-align: center;
	color: #00F;
}



HEADER#Banner {
	width: 940px;
	height: 100px;
	margin: 5px auto;
	border: 1px solid #000000;
	background-color: #FFF;
	background-image: url(images.jpg);
	background-position: center center;
	background-attachment: scroll;
	text-decoration: blink;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #000;

}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #FFF;
	font-size: large;
	font-family: "Comic Sans MS", cursive;
	color: #C30;
	background-image: url(../WP%20images/html_background.jpg);
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #B0CAFF;
	color: #00F;
}

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: #00F;
	background-color: #B0CAFF;
	font-family: Geneva, Arial;
}

SECTION#Wrapper {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	background-color: #003;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 500px;
	background-color: #009;
	font-family: Arial, Helvetica, sans-serif;
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #B0CAFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00F;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #36C;
	color: #C3F;
	font-size: medium;
	text-align: center;
	background-image: url(../WP%20images/photomania-b9fb135db072c7857654dafadf4755d8.jpg);
	font-family: "Comic Sans MS", cursive;
	background-repeat: repeat-x;
}
