#content .col1 {
	width:660px;
	float:left;
}
#content .col1 .section {
	background-color:#444;
	margin:20px 0;
}
#content .col1 .img {
	float:right;
	background-color:#ddd;
	height:260px;
	width:340px;
	overflow:hidden;
}
#content .col1 .img img {
	margin:10px;
	height:240px;
}
#content .col1 p {
	color:#fff;
	padding:5px 15px;
}
#content .col1 p a {
	color:#ccc;
}
#content .col1 .left {
	width:320px;
	position:relative;
}
#content .col1 h2, #content .col2 h2 {
	background-color:#B11;
	color:#fff;
	padding:5px 15px; 
	font-size:20px;
}

#content .col1 h3 {
	color:#fff;
	padding: 5px 15px;
	font-family:Georgia, Times New Roman;
	font-size:25px;
}
#content .col1 .section {
	position:relative;
}

#content .col1 .more {
	position:absolute;
	right:5px;
	width:80px;
	top:5px;
}
#content .col1 .more a {
	background-color:#fff;
	color:#B00
}

#content .col2 {
	float:right;
	width:320px;
}
#content .col2 .img{
	position:relative;
	height:160px;
	overflow:hidden;
}
#content .col2 .img img {
	margin-top:-40px;
}
#content .col2 h3 {
	margin:0px 5px;
	font-size:18px;
	line-height:18px;
}
#content .col2 p {
	margin:10px 5px;
	font-size:14px;
	line-height:14px;
}
#content .col2 .photo_story {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:20px;
}
#content .col2 {
	margin-top:20px;
}
#photo_row1 .col2 .photo_story {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}