body {
    font-family: Arial;
    font-size: 0.75em;
    color: #222;
     font-family: Verdana;
}
#container{
    width: 600px;
    margin: 0 auto;
    
}
a{
color: #3e9354;
}
h1, h2, h3, h4, p{
    margin: 0;
}

p{
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
h2{
margin-bottom: 0.5em;
font-size: 1.4em;

}
h3, h4{
margin-bottom: 0.5em;
font-size: 1.1em;
}
#navigation{
    width: 200px;
    float: left;
}
#page-content{
    float: left;
    width: 400px;
}
#copyright{
padding-top: 1em;

    clear: both;
    color: #ccc;
    font-size: 0.8em;
    padding-top: 2em;
}
#copyright a{
 color: #ccc;
}
#nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li{
    margin-bottom: 0.5em;
}
#nav .selected{
    font-weight: bold;
}
.blink{
    clear: both;
    padding-top: 1em;
}
#beliefs .belief{
    width: 200px;
    float: left;
    text-align: center;
}
#beliefs .img{
    display: block;
    height: 60px;
    margin-top: 20px;
}

.belief-single .img{
    float: left;
    width: 60px;
}
.belief-single .about-belief{
    float: left;
    width: 300px;
    }
.belief-single  .quote{
    margin-top: 1em;
    font-style: italic;
}
.brand{
    clear: both;
}
.brand .img{
    float: left;
    width: 60px;
    
}
.brand-pic{
    margin: 1em 0;
}

.person .img{
        float: left;
    width: 60px;
    margin-bottom: 0.5em;
}
.person, .person-testimonial{
    clear: both;
    
}
.person-testimonial .q{
    font-weight: bold;
}

