.col_left {
float:left;
background-color:#CDDBEB;
width:31%;
margin-bottom: .3em;
margin-top: .5em;
border: solid 1px black;

}

.col_left img {
margin: .75em;
width: 12.5em;
height: 25em;
border: solid 1px black;
}

.col_right {
float:left;
margin-top: .5em;
width: 65%;
padding-left:.5em;
text-align: justify;
}

.col_right p {

margin-bottom: .3em;
font-size: .8em;
}

#cert {
background-color:#CDDBEB;
width: 100%;
text-align: center;
font-weight: bold;
font-size: .85em;
}

#footer { 
float: left;
width: 100%;
clear: both;
}

#footer p {
font-size: 0.8em;
color: #000000;
}