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:#666;
	font-size: xx-large;
	font-family: "Century Gothic";
}

H2 {
	text-align: center;
	color:#000;
	font-family:"Century Gothic";
	font-size:large;
	background-image: none;
	background-repeat: repeat;
	background-color: #FFF;
}



HEADER#Banner {
	width: 940px;
	height: 100px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: yellow;
	font-family: "Century Gothic";
	font-size: 36px;
	background-image:url(../backgrounds/gradient_background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #399;
}

FOOTER {
	width: 940px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	background-image:none;
	font-size: 16px;
	font-family:"century gothic";
	font-weight: bolder;
	color:#F0F0F0;
	background-repeat: repeat-x;
	background-color: #000;
	font-style: italic;
	text-align: center;
}

NAV {
	width: 940px;
	height: 50px;
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #000000;
	background-image: none;
}

NAV ul {
	margin: 0px auto;
	padding: 15px;
	list-style-type: none;
}
NAV li {
	display: inline;
	background-image: url(../backgrounds/button_gradient.gif);
	text-align: justify;

}

NAV li a {
	float: left;
	border-right: 2px solid #00DBF0;
	width: 100px;
	font-size: 14px;
	padding: 0px 10px;
	color: #090;
	text-decoration: none;
}

NAV li a:hover {
	color: #FFF;
	FONT-SIZE:16PX;
	font-weight: bolder;
	text-align: center;
}

SECTION#Wrapper {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	background-color: #FFF;
	background-image: #FFF;
}

ARTICLE#Article_1 {
	width: 900px;
	height: 500px;
	background-color: url(../../photos%20kohhhh/C360_2014-01-01-09-10-34-210.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
}

HEADER#Header_Article_1 {
	width: 900px;
	height: 60px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-family: "century gothic";
	font-weight: bold;
	font-size: large;
	background-image: none;
	font-style: italic;
}

SECTION#Section_Article_1 {
	width: 850px;
	height: 400px;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image:none;
	font-size: 36px;
	font-family:"century gothic";
	color:#000;
	font-style: italic;
	text-align: center;
	background-color: #FFF;
	
	
}
