﻿#snapshot .snapshots
{
    float:left;    
    margin-left: 80px;
    margin-top: 30px;
    color: #333333;
}

#snapshot .archives
{
    float:left;
    width: 250px;
}

#snapshot .logo
{
    width: 220px;
    height: 54px;
}

#snapshot .years
{
    margin-top: 50px;
    margin-left: 20px;
    
    font-size: 1.2em;
}

#snapshot .years .title
{
    text-transform:uppercase;
    margin-bottom: 10px;
    color: #333333;
}

#snapshot .years .year
{
    line-height: 20px;
}
#snapshot .years .year a
{
    text-decoration: none;
    color: #555555;    
}

#snapshot .snapshot
{
    width: 615px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #aaaaaa;
    margin-bottom: 20px;
    font-size: 1.3em;
}
#snapshot .snapshot a
{
    text-decoration:underline;
    color: #333333;
}
