﻿#weather #navigation
{
    float: left;
    width: 30%;
    height:300px;
    background-color: #E0E0E0;
    margin-left:4px;
    font-size:85%;
}

#weather #navigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#weather #navigation a:link
{
    color: #000;
    text-decoration: none;
    padding: 4px 5px;
    display: block;
    border-bottom: 1px dotted #fff;
}

#weather #navigation a:hover
{
    background-color: #ccc;
}

#weather .display
{
    float:right;
    width: 65%;
    text-align: center;
}

#weather .display h2
{
    margin: 0;
    padding: 0;
    line-height: 180%;
    font-size: 100%;
    text-align: left;
}

#weather .display p
{
    margin: 0;
    padding: 0;
    font-size: 80%;
    text-align: left;
}

#weather .display img
{
    padding: 8px;
    padding-left: 0px;
}

#weather br
{
    clear: both;
}

#weather .footer
{
    padding: 8px;   
    margin: 0;
    text-align: center;
    font-size: 80%;
    margin-bottom:8px;
}


