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:"Comic Sans MS", cursive;
	font-size: 13px;
	background-image: url(../backgrounds/joseph/Cool%20water%20fall.gif);
		width: 940px;
	
	text-align: justify;
	
}

H1 {
	color: #000;
	font-size:36px;
	font-family: "Comic Sans MS", cursive;
	letter-spacing: normal;
	font-weight: bolder;
}

H2 {
	text-align: center;
	color: blue;
}



HEADER#Banner {
	width: 940px;
	height: 100px;
	margin: 5px auto;
	border: outset 7px;
	padding: 7px;
	text-align: center;
	background-image: url(../backgrounds/gradient_background.gif);

}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: yellow;
}

NAV {
	width: 960px;
	height: 50px;
	float: left;
	font-family: Geneva,arial;
	border: 3px solid # CCC;
	background-color: #D0DBF0;
}

NAV ul {
	margin: 0px auto;
	padding: 25px;
	list-style-type: none;
	background-image: url(../backgrounds/form_back.gif);
	border:thick;
	margin: 0 auto;
}
NAV li {
	display: inline;

}

NAV li a {
	float: left;
	text-align: center;
	border: 2px solid # 6660;
        width: 120px;  
        font-size: 16px;
	padding: 0px 10px;
	color: #0000FF;
	text-decoration: none;
}

NAV li a:hover {
	color: #333;

}

SECTION#Wrapper {
	margin-top: 90px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	border:solid 4px #000;
	
}

ARTICLE#Article_1 {
	width: 890px;
	height: 560px;
	background-color: #9F9;
	border:thick #000 2px;

}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #CF6;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 410px;
	margin-top: 20px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F8EBEB;
	font-style:italic;
	text-align:left;
}
