eader, footer, section, nav, article {  
    display: block;  
}

BODY {
	background-image: url(../pics/20140221_174839.jpg);
	background-size:cover;
	margin:auto; 
	width: 940px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

H1 {

	color: red;
}

H2 {
	text-align: center;
	color: blue;
}

HEADER#Banner {
	background-image: url(../pics/Head.jpg);
	background-size:contain;
	max-width:940;
	height: 200px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	
}

FOOTER {
	
	float: left;
	width: 940px;
	height: 40px;
	margin-bottom: auto;
	margin: 0px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: orange;
}

NAV {
	float: left;
	margin-top: 20px;
	height: 300px;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: inherit;
}

NAV ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

NAV li a {
	display: block;
	padding: 0px;
	width: 180px;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

NAV li a:hover {
	color:#000;
	background-color: #000;
}


SECTION#Wrapper {
	float: left;
	width: 700px;
	height: 700px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	border:thin;
}

ARTICLE#Article_1 {
	margin-top:16px;
	width: 730px;
	height: 300px;
	background-color: transparent;
}

HEADER#Header_Article_1 {
	width: 730px;
	height: 43px;
	border: 2px solid #000;
	background-color: #DCDCDC;
}

SECTION#Section_Article_1 {
	width: 730px;
	height: 4300px;
	border: 1px solid #000;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(../pics/bg.jpg);
	background-repeat:repeat;
	text-align: left;
}

