.weather_city {
    height: 150px;
    width: 130px;
    background-repeat: no-repeat;
    text-align: right;
    font: bold 20px Arial, Helvetica, sans-serif;  
    color: #666;
    background-position: bottom center;
    padding-top: 10px;
}

#weather_navigation_menu a {
    font: bold 13px Arial, Helvetica, sans-serif;  
    color: #E77817;
}

.current_weather {
    width:100%;
}

.weather_state {
    font: normal 11px Arial, Helvetica, sans-serif;  
    color: #666;
    
}