﻿ header, footer, section, aside, nav, article, figure, figcaption {
				display: block;}			
									
			body {
				color: #000000;
				background-color: #666666;
				/* background-image: url("wires.jpg"); */
				background-position: center;
				font-family: Georgia, Times, serif;
				line-height: 1.4em;
				margin: 0px;}
				
			.wrapper {
				width: 950px;
				margin: 10px auto 20px auto;
				border: 5px solid #000000;
				background-color: #cccccc;}
				
			header {
			    height: 180px; 					
				background-color: #000000;
				background-repeat: no-repeat;
				background-position: auto;
				background-image: url("banner1B.jpg");}
				
			h1 {
				text-indent: -9999px;
				width: 940px;
				height: 161px;
				margin: 0px;}
				
			footer {
				margin-top: 0px;
                color: #ffffff;
				background-color: #235b34;
				height: 30px;
				clear: both;				}	
			
			nav{
				clear: both;
				color: #000000;
				background-color: #235b34;
				height: 30px;}
				
			nav ul {
				margin: 0px;
				padding: 5px 0px 5px 30px;}
				
			nav li {			
				display: inline;
				margin-right: 40px;
				font-weight: bold;}
				
			nav li a {
				color: #000000;}
			nav li a:hover, nav li a.current {
				color: #ffffff;}
				
			section.images {
				float: left;
				width: 659px;}
				
			article {
				clear: both;
				overflow: auto;
				width: 100%;}
				
			hgroup {
				margin-top: 40px;}
				
			figure {
				float: left;
				width: 290px;
				height: 220px;
				padding: 5px;
				margin: 20px;}
				
			figcaption {
				font-size: 90%;
				text-align: left;}
				
			aside {
				width: 230px;
				text-align: center;
				float: left;
				padding: 0px 0px 0px 20px;}
				
			aside section a {
				display: block;
				padding: 10px;
				border-bottom: 5px solid #eeeeee;}
				
			aside section a:hover {
				color: #985d6a;
				background-color: #efefef;}
				
						
			h2 {
				margin: 10px 0px 5px 0px;
				font-weight: bold;
				padding: 0px;}
				
			h3 {
				margin: 0px 0px 10px 0px;
				font-weight: normal;
				color: #000000;}
				
			aside h2 {
				padding: 30px 0px 10px 0px;
				color: #000000;}
				
			footer {
				font-size: 80%;
				padding: 7px 0px 0px 20px;}
				
			