#press_container {
    border-top:1px dashed #9B9B9B;
}
#years{
    margin-left:10px;
    margin-right:80px;
    width:70px;
    float:left;
    margin-top:40px;
}
#years .active {
    text-decoration: underline;
    color:#000
}
#articles_container{
    float:left;
    width:780px;
    margin-bottom:40px;
}
.article {
    float:left;
    width:180px;
    margin-right:15px;
    margin-top:40px;
}
.article h3 {
    margin-bottom:3px;
    margin-top:3px;
    margin-left:10px;
}
.article h3.date {
    color:#A4A4A4;
    margin-bottom:8px;
}
#details {
    margin-top:40px;
    float:left;
    width:350px;
    margin-right:90px;

}
#details h3 {
    margin-bottom:3px;
    margin-top:3px;
}
#details h3.date {
    color:#A4A4A4;
    margin-bottom:20px;
}
a#download img{
    margin-bottom:20px;
}
#main_image {
    margin-top:40px;
    float:left
}
