* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #eedcb2;
    font-family: Verdana, sans-serif;
    color: #452a18;
}

header {
    background: url('panorama.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 180px;
    width: 100%;
    border-bottom: 2px solid #1a0d1f;
}

nav {
    background: url('sunset.jpg') repeat-x center;
    background-size: cover;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #923416;
}

nav a {
    color: #452a18;
    text-decoration: none;
    font-weight: bold;
    padding: 0 10px;
}

#wrap {
    width: 1000px;
    margin: 20px auto;
    display: flex;
    align-items: flex-start;
}

aside {
    width: 220px;
    margin-right: 20px;
    flex-shrink: 0;
}

.side-block {
    background: #fffdf5;
    border: 1px solid #d3b683;
    padding: 15px;
    margin-bottom: 15px;
}

.side-block h3 {
    font-size: 13px;
    color: #923416;
    border-bottom: 1px solid #d3b683;
    margin-bottom: 10px;
    text-transform: uppercase;
}

main {
    flex: 1;
    background: #fffdf5;
    padding: 25px;
    border: 1px solid #d3b683;
}

h1 {
    color: #923416;
    margin-bottom: 20px;
    border-bottom: 2px solid #d3b683;
}

.news-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.news-img {
    float: left;
    margin: 0 15px 10px 0;
    width: 140px;
    border: 1px solid #452a18;
    padding: 2px;
    background: #fff;
}

.news-title a {
    color: #923416;
    font-weight: bold;
    text-decoration: underline;
}

.news-footer {
    clear: both;
    font-size: 0.8em;
    background: #fcf8e3;
    padding: 5px;
    margin-top: 10px;
}

.stars {
    float: right;
}

footer {
    background: url('footer.jpg') repeat-x bottom;
    height: 120px;
    width: 100%;
}
