#header #navigation ul li a {
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    text-transform: uppercase;
}

#header #navigation ul li a.active, #header #navigation ul li a:hover  {
background:none;
color:#a3a3a3;
}

#header {
    padding: 30px 0;
}

body {
    color: #3e3e3e;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Verdana,"Droid Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
font-weight:400;
}

p {
    line-height: 1.8em;
}

#content h1 {
    font-size: 32px;
 line-height: 1.2em;
text-transform:uppercase;
}
   