#wrapper
{
	background-image: none;
}

#title
{
	height: 108px;
}

#container #content {
	float: none;
	width: 100%;
padding: 0 15px 0 15px;
margin: 0 25px 0px 0;
	background-color: #fff;

}


/**** Masonry CSS ****/

#content .story
{
	margin: 4px 10px 10px 10px;
	border-top: 4px #B09FDE solid;
	padding-top: 0px;
	background: #FFF;
	float: left;
}

#content .Col1 { width: 220px;}
#content .Col2 { width: 460px;}
#content .Col3 { width: 700px;}

#footer p {
	border-top: 4px solid #DCB;
width: 460px;
margin: 0 auto;

}

#content .story h3
{

}