article {
	float: left;
	padding: 5px;
	background-color: #FCDCBC;
}

section article h2 {
	margin: 0 0 0px 0 ;
	padding: 0px 5px;
	width: auto;
	font-size: 20px;
	letter-spacing: 0px;
}

section article h2 a {
	text-decoration: none;
	font-size: 20px;
	color: #963701;
}
section article h2 a:hover, section article h3 a:hover {
	color: #000;
}

section article h3 a {
	float: right;
	font-size: 12px;
	color: #963701;
	padding-left: 10px;
}

section article img {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 40%;
	border: 2px #963701 solid;
	max-width: 600px;
	min-width: 200px;
}
section article img:hover {
	border: 1px #963701 solid;
	padding: 1px;
}

hr {
	border-style: none;
	border-top-style: solid;
	border-top-color: #963701;
	border-top-width: 1px;
	padding-top:10px;
	width: 100%;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 135%;
	padding: 5px;
}

section article footer, section article footer a {
	color: #963701;
	font-size: 13px;
	text-align: right;
	padding-bottom: 0px;
	padding-top:2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}