header, footer, section, nav, article {  
    display: block;  
}

/* SET SOME properties for the BODY
margin auto gets you a centered web page*/
BODY {
	margin: 0 auto;  
	width: 940px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D3FFCE;
	
}

H1 {

	text-align: center;
	color: #169B62;
}

H2 {
	text-align: center;
	color: #169B62;
}



#Banner {
	width: 900px;
	height: 120px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-image: url("images/webheader2.gif");

}

FOOTER {
	width: 900px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #D3FFCE;
}

NAV {
	width: 900px;
	height: 50px;
	margin: 5px auto;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: #D3FFCE;
}

NAV ul {
	margin: 0px auto;
	padding:15px;
	list-style-type: none;
}
NAV li {
	display: inline;

}

NAV li a {
	float: left;
	text-align: center;
	border-right: 2px solid #169B62;
    width: 100px;  
    font-size: 14px; 
	padding: 0 10px;
	color: green;
	text-decoration: none;
}

NAV li a:hover {
	color: #FF0000;
}

#Wrapper {
	margin: 25px 20px; 
	
}

#Article_1 {
	width: 900px;
	height: 850px;
	background-color: #D3FFCE;
}

#Header_Article_1 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
	
}

#Section_Article_1 {
	width: 850px;
	height: 700px;
	margin: 20px; 
	background-color: #F0FFFF;
}

#Article_2 {
	width: 900px;
	height: 500px;
	background-color: #D3FFCE;
}

#Header_Article_2 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
	
}

#Section_Article_2 {
	width: 850px;
	height: 400px;
	margin: 20px; 
	background-color: #F0FFFF;
}

#Article_3 {
	width: 900px;
	height: 500px;
	background-color: #D3FFCE;
}

#Header_Article_3 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
}

#Section_Article_3 {
	width: 850px;
	height: 400px;
	margin: 20px; 

	background-color: #F0FFFF;
}


#Article_4 {
	width: 900px;
	height: 850px;
	background-color: #D3FFCE;
}

#Header_Article_4 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
}

#Section_Article_4 {
	padding-left: 20px;
	width: 580px;
	height: 775px;
	margin: 20px 20px 20px 17%; 
    background-color: #F0FFFF;
}

#Article_5 {
	width: 900px;
	height: 1780px;
	background-color: #D3FFCE;
}

#Header_Article_5 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
	
}

#Section_Article_5 {
	width: 850px;
	height: 1680px;
	margin: 20px; 
	background-color: #F0FFFF;
}

#Article_6 {
	width: 900px;
	height: 4000px;
	background-color: #D3FFCE;
}

#Header_Article_6 {
	width: 900px;
	height: 40px;
	background-color: #D3FFCE;
	
}

#Section_Article_6 {
	width: 850px;
	height: 3800px;
	margin: 20px; 
	background-color: #F0FFFF;
}



#gonzo {
    color: #169B62;
	font-weight: bold;
	font-size:18px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blank_row
{
    height: 10px;
    background-color: #D3FFCE;
}

table{
	width: 850px;
	font-weight: bold;
	font-size:14px;
}

td{
	padding: 5px 10px;
}


