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:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image:url(../img/lovers,necklace.gif);
}

H1 {
	text-align: center;
	color:#F00;
}

H2 {
	text-align: center;
	color: blue;
}


HEADER#Banner {
	width: 940px;
	height: 120px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: blue;
	background-image:url(../img/Pisces.gif);

}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;





	text color:#000;
	background-image:url(../img/034.GIF);
	font-size: medium;
	font-family: "Comic Sans MS", cursive;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #D0DBF0;
	
	
}

NAV ul {
	margin: 0px auto;
	padding: 15px;
	list-style-type: none;
	background-image:url(../backgrounds/gradient_1.jpg);
	

}
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: #00DBF0;
}

SECTION#Wrapper {
	margin-top: 100px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 700px;
	background-color: #ADAAAA;
}

HEADER#Header_Article_1 
{
	width: 900px;
	height:100px ;
	background-color: #DCDCDC;
	text-align: center;
	background-image:url(../img/%C2%A3%C3%B8v%E2%82%AC.gif);
	border:solid;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 560px;
	margin-top: 20px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image:url(../img/fwt.jpg);
	border:thick;

}
#Wrapper #Article_1 #Header_Article_1 {
	font-family: Arial, Helvetica, sans-serif;
}
#Wrapper #Article_1 #Header_Article_1 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#Wrapper #Article_1 #Header_Article_1 {
	font-family: Times New Roman, Times, serif;
}
#Wrapper #Article_1 #Header_Article_1 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	text-align: center;
}
