body {
 background-color: #d9d4b3;
}

.container {
 border: solid 1px #f00;
 width: 90%;
 background-color: white;
 margin: auto;
}

.logo {
 border-bottom: solid 1px #f00;
 height: 100px;
 width: 100%;
}

.nav {
 border-right: solid 1px #f00;
 border-bottom: Solid 1px #f00;
 float: left;
 width: 100px;
 font-size: small;
 background-color: white;
 margin-right: 10px;
}

a {
 text-decoration: none;
 color: #992222;
}

.content {
 margin-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
// background-color: #E9E4C3;
}
