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;
	color: #716F64;
}

H1 {
	color: #900;
}

H2 {
	text-align: center;
	color: #000;
	font-weight: bold;
}



HEADER#Banner {
	width: 700
	px;
	height: 100px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #FCFCFE;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #F5F5F2;
	background-image: url(../backgrounds/form_back.gif);
	text-decoration: blink;
}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #333;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #FFF;
	font-size: 14px;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: "Lucida Console", Monaco, monospace;
	border: thin double #000000;
	background-color: #000;
	font-size: 36px;
	text-decoration: underline;
	background-image: url(../backgrounds/nav_icon.gif);
	color: #FF0;
	font-style: italic;
	text-align: justify;
	list-style-image: url(../backgrounds/form_back.gif);
	list-style-position: inside;
	text-transform: capitalize;
}

NAV ul {
	padding: 20px;
	list-style-type: none;
	font-size: xx-large;
	font-style: normal;
	text-transform: capitalize;
	color: #F00;
	background-color: #D6D6D6;
	background-image: url(../backgrounds/form_back_2.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick solid #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: line-through;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
NAV li {
	display: inline;
	font-size: 16px;
	color: #F0F;

}

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: #FF0;
}

SECTION#Wrapper {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #F00;
	background-color: #00F;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 500px;
	background-color: #ADAAAA;
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #DCDCDC;
	background-image: url(../backgrounds/background11.jpg);
	text-transform: uppercase;
	color: #000;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #333;
	background-image: url(../york_images/york_minster.jpg);
	text-transform: capitalize;
	color: #FFF;
	border: medium dotted #0F0;
}
