#news ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
	overflow: hidden;
}

#news ul li {
	float: left;
	margin-bottom: 30px;
}

#news {
	padding: 0px 15px;
}

#news ul li span.Title {
	color: #DA8500;
	font-weight: bold;
	display: block;
	font-size: 1em;
}

#news p {
	margin: 0px;
	clear: both;
}

#news ul li p.Date {
	font-size: 0.7em;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}

#news ul li.Photo img {
	border: 1px solid rgba(218, 133, 0, 0.34);
}

#news ul li a.Link {
	float: left;
}

#news ul li.Photo div.Content {
	float: left;
	width: 726px;
	margin-left: 20px;
}

#content {
	padding: 0px 150px;
}

#content p.Date {
	margin-bottom: 20px !important;
}

#content p {
}

#content p.Photo {
	text-align: center;
	margin-top: 50px !important;
	margin-bottom: 0px;
}

#content p.Caption {
	text-align: center;
	background: #F5F5F5;
	padding: 10px 0px !important;
	margin: 0px auto !important;
	width: 602px;
}

#content p.Caption span {
	font-weight: 400;
}

#news ul li.Photo {
	width: 100%;
	padding: 0px;
}

#news ul li.Photo a.Link {
	width: 20%;
}

#news ul li.Photo div.Content {
	width: 80%;
	float: left;
	margin-left: 0px;
}

#news ul li.Text a {
	display: block;
	float: none;
	width: 100%;
}