#imgleft {
width: 47%;
float: left;
}

#imgright {
width: 47%;
float: right;
}

#content a img, a:visited img {
border: solid 2px #032998;
}

#content a:hover img {
border: solid 2px #fff;
}

p.desc {
text-align: center;
margin-top: -10px;
}

p.center {
text-align: center;
}