/*
    Coded by Steven Bower (cc) 2010
    TurnWheel Designs http://turnwheel.com/
*/

#box-blue {
    background: #E4EEEF url(/images/blue_bg.gif) top left no-repeat;
    padding-top: 80px;
    height: 155px;
    width: 150px;
}
#box-green {
    background: #ECEFE4 url(/images/green_bg.gif) top left no-repeat;
    padding-top: 80px;
    height: 155px;
    width: 150px;
}
#box-red {
    background: #EFE7E4 url(/images/red_bg.gif) top left no-repeat;
    padding-top: 80px;
    height: 155px;
    width: 150px;
}
#box-blue a,#box-green a,#box-red a {
    color: #316568;
    font-size: 10px;
}