
#out-content #body #main-story {
	display:block;
	min-height:200px;
	background-image:url("../images/subpage-border.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0px 20px 30px 20px;
}
#out-content #body #main-story #story-text {
	
	margin:0 190px 0 0;
}

#out-content #body #main-story h1{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	
	color:#003860;
	margin:10px 0 10px 0;
	line-height:24px;
}
#out-content #body #main-story h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	
	color:#6699ff;
}
#out-content #body #main-story p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:12px 0 0px 0;
	line-height:17px
}
#out-content #body #main-story #quote{
	position:absolute;
	top:95px;
	right:35px;
	width:190px;
	
	border-top:3px solid #00375f;
	border-bottom:3px solid #00375f;
}
#out-content #body #main-story #quote p.quote {
	margin:2px 0 0 0;
	padding:10px 0 0 0;
	
	border-top:1px solid #00375f;

	color:#b8975b;
	font-size:14px;
	font-weight:bold;
}
#out-content #body #main-story #quote p.name {
	margin:0 0 2px 0;
	padding:0px 0 10px 0;
	
	border-bottom:1px solid #00375f;
	
	text-align:right;
	color:#999999;
	font-weight:bold;
}
#out-content #body #callout {
	display:block;
	width:100%;
	background-color:#ffd27f;
}
