body {
    font-family:helvetica,arial,sans-serif;
    font-size:62.5%;
}

#header {
    background:#123;
    margin-bottom:40px;
}

#header a {
    color:#fff;
    text-decoration:none;
    margin-right:21px;
}

.grid_4 {
    margin-bottom:20px;
}

.grid_4 .box {
    padding:10px 15px;
    background:#f4d988;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-box-shadow:2px 2px 5px #ccc;
    -webkit-box-shadow:2px 2px 5px #ccc;
    text-align:center;    
}

.box h3 {
    margin-bottom:5px;
}

#header .container_12 {
    padding:10px 0px;
    font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
}

.container_12 {
    font-size:1.4em;
}

