h3 { 
	background: url(images/bg_heading.jpg) no-repeat left center;
	padding: 4px;
	border-top: green 1px solid;
	border-left: green 1px solid;
	color: white;
	 }
.sidebar {
	clear: both;
	border: 1px solid black;
	margin: 3em;
	padding: 8px;
	text-align: left;
	color: white;
	background-color: #360;
	font-style: normal;
	line-height: 150%;
	}
.sidebar #imgandcapleft {
	float: left;
	margin: 1em 1em 1em 0;
	padding: 8px;
	text-align: center;
	font-size: 90%;
	font-style: normal;
	}
.sidebar #imgandcapright {
	float: right;
	margin: 1em 0 1em 1em;
	padding: 8px;
	text-align: center;
	font-size: 90%;
	font-style: normal;
	}
.clearboth {
	clear: both;
	margin-bottom: 1em;
	}
.clearboth img {
	margin-bottom: 1em;
	}