Also, your responsive grid needs a little fixing still.
The first div should have the class “grid_12”
Also, in your code, that div is then immediately closed, it shouldn’t be. And there’s still a closing div inside p tags at the end.
use this:
<h5 style="text-align: center; color:#bb9345">New Dawn Photography features the work of Nature and Wildlife Photographer Patrick Kriner</h5>
<div class="grid_12">
<div class="col_4">
<a href="/galleries/vermont-colors/"> <img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/am-foster.jpg" alt="" width="400" height="320"/></a>
<p style="text-align:center; color:#bb9345"">Vermont Gallery</p>
</div>
<div class="col_4">
<a href="/galleries/shore-birds/"><img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/red-egret.jpg" alt="" width="400" height="320"/></a>
<p style="text-align:center; color:#bb9345"">Shore Birds Gallery</p>
</div>
<div class="col_4">
<a href="/galleries/eagles/"><img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/eagle-flight.jpg" alt="" width="400" height="320"/></a>
<p style="text-align:center; color:#bb9345"">Eagles Gallery</p>
</div>
</div>