h1{
    font-size: 2em;
}
h1, h2{
    text-align: center;
}

ul{
    margin: 0;
    margin-left: 20%;
}

#mainContent{
    width: 75%;
    margin: auto;
    font-size: 16px;
}

#information{
    position: relative;
    width: 35%;
    float: left;
    border: 2px solid #0100a4;
    padding: 5px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#information h2{
    background-color: #0100a4;
    color: white;
    text-align: center;
    margin: -6px -6px 8px -6px;
    border-radius: 6px 6px 0 0;
    font-size: 1.5em;
    line-height: 1.2em;
    padding: 5px;
}

#coreCompetencies{
    position: relative;
    width: 60%;
    float: right;
    border: 2px solid #0100a4;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#coreCompetencies h2{
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

#coreCompetencies h3{
    text-align: left;
    margin-left: 15%;
    width: 100%;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 1.2em;
    padding: 0;
    margin-bottom: 0;
}

#coreCompetencies h3>img, h3>strong{
    vertical-align: middle;
}

#founder{
    position: relative;
    height: 210px;
    width: 85%;
    border: 2px solid #0100a4;
    float: none;
    margin: auto;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#founderImage{
    width: 150px;
}

#founderText{
    margin: -190px 0 0 160px;
}

#naics{
    position: relative;
    width: 35%;
    padding: 5px;
    border: 2px solid #0100a4;
    float: left;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#clientList{
    position: relative;
    width: 60%;
    padding: 5px;
    line-height: 1.6em;
    border: 2px solid #0100a4;
    float: right;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#certifications{
    position: relative;
    width: 60%;
    padding: 5px;
    line-height: 1.6em;
    margin-top: 1em;
    border: 2px solid #0100a4;
    float: right;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 2px 2px #b4b2b8;
    -webkit-box-shadow: 3px 3px 2px 2px #b4b2b8;
    box-shadow: 3px 3px 2px 2px #b4b2b8;
    background-color: #F8F8F8;
}

#wellPic{
    position: relative;
    width: 35%;
    float: left;
    text-align: center;
    margin-top: 1em;
}