.inner {
	font-size: 1.2em;
}

#current-container {
	/*background: white url('images/background-current-content.gif') repeat-y center top;*/
	padding-bottom: 1em;
}
#current-left {
	width: 45.5em;
	float: left;
	border-right: 1px solid #a5a6a9;
	padding: 0 1em 2em 0;
}
	
#current-right {
	width: 37.5em;
	float: right;
}
	
#current-left h2,
#current-right h2 {
	background-color: #e60010;
	color: white;
	padding: 0.3em 0em 0.3em 2em;
}	

#current-left h3,
#current-right h3
{
	line-height: 1.5;
	margin-bottom: 0.2em;
}

#current-left h3 {
	color: black;
	font-weight: normal;
}