body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #e0c5c5;
}
.container {
    width:80%;
    margin: auto;
    overflow: hidden;
}
header {
    background: #1b1818;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e44a4a 3px solid;
}
header a{
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
ul{
    margin: 0;
    padding: 0;
}

.emailbutton {
    height: 38px;
    background: #e71f1f;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-weight: bold;
}
header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}
header #branding {
    float: left;
}
header #branding h1 {
    margin: 0;
}
header nav {
    float: right;
    margin-top: 10px;
}
header .highlight, header .current {
    color: #e44a4a;
    font-weight: bold;
}
header a:hover{
    color:#e71f1f;
    font-weight: bold;
}
#showcase {
    min-height: 350px;
    background: #a71010;
    text-align: center;
    color:#ffffff;
}
#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#showcase p{
    font-size: 20px;
}
#newsletter{
    padding: 10px;
    color: #ffffff;
    background: #272525;
    border-bottom: 3px solid #e44a4a;
    border-top: 1px solid #e44a4a;
}
#newsletter h1{
    float: left;
}
#newsletter form{
    float: right;
    margin-top: 15px;
}
#newsletter input[type="email"]{
    padding: 4px;
    height: 25px;
    width: 250px;
}
#boxes {
    margin-top: 20px;
}
#boxes .box{
    float: left;
    width: 30%;
    padding: 10px;
    text-align: center;
}
#boxes .box img{
    width: 90px;
}