/* CSS Document */
p {
color: black;
font-family: Verdana;
}

h1 {
text-align: center;
font-family: Arial;
}

article header {
width: 180px;
float: left;
}

article section {
width: 566px;
float: left;
background: #ffe4a7;
border: 2px solid #631e1f;
border-radius: 10px;
box-shadow: 2px 2px 7px #631e1f;
margin-top: 20px;
padding: 20px;
}

.articlestop {
clear: both;
}

#logo {
    background: url('images/logo.jpg') no-repeat;
    width: 200px;
    height: 60px;
    float: left;
    margin: 7px 0px 0px 10px;
}

#logo h1 {
    margin: 7px 0px 0px 7px;
    color: #ffe4a7;
    font-size: 14px;
}

nav ul {
    margin: 0px;
    list-style-type: none;
}

nav ul li {
    float: left;
    padding: 0px 25px;
    margin: 0 5px;
    font-size: 17px;
    height: 73px;
    line-height: 4.3em;
}

nav a {
    color: #ffe4a7;
    text-decoration: none;
}