body {
    margin: 0;
    padding: 0;
    background-color: #d9d3c3;
    font-family: Verdana, Arial, sans-serif;
    color: #222;
}

#container {
    width: 980px;
    margin: 0 auto;
    background-color: #f5f1e8;
    border: 1px solid #777;
}

#topbar {
    background-color: #5b4632;
    color: white;
    padding: 10px;
    font-size: 12px;
    text-align: right;
}

#header {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/91/John_Thirtle_-_View_near_Bishopsgate_Bridge_with_Cow_Tower%2C_looking_towards_Mousehold_-_B1994.26_-_Yale_Center_for_British_Art.jpg");
    background-size: cover;
    background-position: center 60%;
    height: 160px;
    border-bottom: 4px solid #3b2c1d;
    position: relative;
}

#header h1 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 42px;
    color: white;
    text-shadow: 2px 2px 4px black;
    font-family: Georgia, serif;
	font-style: italic
}

#nav {
    background-color: #3b2c1d;
    padding: 8px;
    border-bottom: 3px solid #8b6f47;
}

#nav a {
    color: white;
    text-decoration: none;
    margin-right: 18px;
    font-size: 14px;
    font-weight: bold;
}

#nav a:hover {
    text-decoration: underline;
}

#content {
    display: flex;
}

#sidebar {
    width: 240px;
    background-color: #e7dfcf;
    padding: 15px;
    border-right: 1px solid #aaa;
    font-size: 13px;
}

#sidebar h3 {
    margin-top: 0;
    background-color: #6f563d;
    color: white;
    padding: 5px;
    font-size: 15px;
}

#sidebar ul {
    padding-left: 18px;
}

#main {
    flex: 1;
    padding: 20px;
}

.article {
    margin-bottom: 35px;
    border-bottom: 1px dotted #777;
    padding-bottom: 20px;
}

.article h2 {
    margin-bottom: 5px;
    color: #4d3724;
    font-family: Georgia, serif;
}

.author {
    color: #666;
    font-size: 12px;
}

.date {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer {
    background-color: #3b2c1d;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

.blink {
    color: red;
    font-weight: bold;
}

.asterisk {
    color: #666;
    font-size: 12px;
}

marquee {
    background-color: #f0d88c;
    padding: 5px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 13px;
}