.articles-page #main-content{
	padding:120px 0px;
}

.articles-page .article table{
  width:900px;
}

.articles-page .article table,
.articles-page .article table tr,
.articles-page .article table td{
  margin:0px;
  padding:0px;
}

.articles-page .article table td {
  width:435px;
  vertical-align:top;
  padding-bottom:60px;
}

.articles-page .article table .last td {
  padding-bottom:0px;
}

.articles-page .article table .col-2 {
  padding-left:30px;
}

.articles-page .article .articles-image {
  /*width:200px;
  height:145px;*/
  float:left;
  display:block;
}

.articles-page .article .articles-title,
.articles-page .article .articles-teaser{
  padding-left:215px;
  width:435px;
  display:block;
}

.articles-page .article .articles-title {
	color:#000;
	font-family:'HelveticaNeue-Bold';
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:-2px;
}

.articles-page .article .articles-title:hover,
.articles-page .article .articles-title:focus,
.articles-page .article .articles-title:active{
  text-decoration:none;
  color:#1b8195;
}

.articles-page .article .articles-teaser {
	color:#000;
	font-size:14px;
	line-height:20px;
}