.leftknight {
float: left;
width: 45%;
text-align: center;
margin-bottom: 15px;
}

.leftknight img {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
width: 80px;
height: 100px;
}

.leftknight h3 {
border-bottom:solid 1px #F8C225;
color:#354582;
font-size:1.2em;
font-variant:small-caps;
}

.rightknight {
float: right;
width: 45%;
text-align: center;
margin-bottom: 15px;
}

.rightknight h3 {
border-bottom:solid 1px #F8C225;
color:#354582;
font-size:1.2em;
font-variant:small-caps;
}

.rightknight img {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
width: 80px;
height: 100px;
}

.charterarticle {
float: left;
width: 60%;
text-align: justify;
}

.charterimage {
float: right;
width: 35%;
}

.charterimage img {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
}

.chartermemberimages {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
width: 100%;
}