/*
news new start page
*/
.articleblock{
-moz-border-radius:7px;
-webkit-border-radius:7px;
background: #f5fced;
border:#e4f2de solid 1px;
margin-bottom:20px;
padding:12px;
overflow:hidden;
width: 462px;
}

.articleblock h2 {
font-size: 20px;
}

.articleblock h2 a {
color: #ED1E24;
text-decoration: none;
}

.articleblock .articlephoto {
float:left;
width: 100;
/*height: 75px;*/
overflow: hidden;
margin-right: 16px;
margin-top: 7px;
}

.articleblock .articlephoto a, 
.articleblock .articlephoto a img {
display:block;
} 

.articleblock p {
margin:0;
width: 335px;
float:left;
}
