﻿.ResourceHolder
{
    width:600px;
}
.ResourceImageBox
{
    vertical-align: top;
    background: white;
}
img.ResourceImageBox
{
    border:2px solid #FF9900;
}
.ResourceInfo
{
    width: 600px;
    text-align: left;
    vertical-align: text-top;
}
.ResourceInfo h2 
{
    text-align:right; 
    border-bottom: 2px solid #FF9900;
}
.ResourceInfo div
{
    padding-left: 5px;
    width: 100%;
    text-align: left;
}
.GalleryTable img {
  max-width: 640px;
}
.clear 
{
    clear: both;
}