#content-band {
	position: relative;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
}

div#picture {
	float: left;
	width: 560px;
	border-bottom: 1px dotted black;
	height: 240px;
}


#standard-content {
	border-left: 1px dotted black;
	margin: 0;
	margin-left: 560px;
	background: transparent url("../img/white50.png");
}

#standard-content h1 {
	margin:0;
	padding: 40px 40px 0 40px; 
	font-size: 0.8em;color: #12143a;	
}
#standard-content div {
	padding: 20px 40px;
	font-size: 0.75em;color: #12143a;
}
