@charset "utf-8";
/* CSS Document */

.news_article {
background-color:#EBEBEB;
float:left;
width:290px;
height:135px;
margin:3px;
cursor:pointer;
}

.double_news_article {
width:610px;
background:url(../images/news_box_top.jpg) top left;
padding-top:10px;
}

#articles a.title {
color:#333333;
font-size:13px;
font-weight:bold;
}

#articles a.title:hover {
color:#666666;
}

#articles .image {
float:left;
width:50px;
height:50px;
margin-right:10px;
margin:5px;
margin-left:10px;
}

#articles .text {
float:right;
width:525px;
margin-right:5px;
margin-top:5px;
margin-bottom:10px;
letter-spacing:1px;
padding-right:5px;
}

#articles .footer {
clear:both;
background-color:#999999;
background:url(../images/news_box_bottom.jpg) bottom left;
width:590px;
height:23px;
padding-left:10px;
padding-right:10px;
padding-top:2px;
font-size:12px;
font-style:italic;
color:#999;
margin-top:10px;
clear:both;
}

#articles .footer .left {
float:left;
width:140px;
}

#articles .footer .right {
float:right;
width:140px;
text-align:right;
}

#articles .footer a {
font-size:12px;
font-style:italic;
color:#999;
}

#page_results {
text-align:center;
margin-top:5px;
}

