@import url(base.css);

#story h1 {
    margin: 0;
    width: 550px;
    font-size: large;
}

#news {
    float: left;
    margin: 1em 0 0 3em;
    width: 600px;
}

#story_list {
    list-style-type: none;
    padding: 0;
    margin: 0.5em 0 0 0;
    font-size: x-small;
    color: #555;
}

#story_list a {
    font-size: small;
}

#story_list li {
    padding: 0 0 0.4em 0;
}

#main_photo {
    margin-bottom: 0.5em;
}

#main_photo img {
    border: 1px solid #aaa;
}

#main_photo_caption {
    width: 600px;
    margin-top: 0.2em;
    font-size: xx-small;
}

#story {
    margin: 10px 20px 0 20px;
}

#story_date {
    font-size: x-small;
    color: #555;
}

#story_text {
    float: left;
    width: 550px;
    font-size: small;
}

#story_images {
    float: left;
    width: 330px;
    margin-left: 30px;
}
