div.main
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}

body
{
    margin:0;
    background-color:#fff6e5;
}

div.banner
{
    margin:0;
    float:right;
}

div.logo
{
    margin:0;
    padding:0;
    text-align:left;
    position:absolute;
}

div.menuBar
{
    background-image:url(menuBar.png);
    clear:both;
    padding-right:5px;
    border-style: none;
}
div.content
{
    margin:30px;
}
div.photoGroup
{
    text-align:center;
}

  div.photo
{
    margin:30px;
    
}
img.menuButtons
{  
    border-style: none;
    margin-left:20px
}

img.photo
{
    border-style: none;
    margin-left:0px
}

h2
{
    text-align:center;
    font-size:x-large;
    color:#881919;
}

div.photoList
{
    display:inline;
    
}

div.text
{
    text-align:center;
    display:inline;
}

div.image
{
    display:inline;
}

p.details
{
    margin:5;
    text-align:center;
    color:#2828e0;
    font-size:large;
    font-family:Times New Roman;
}

p
{
    font-family:Lucida Sans;
    display:block;
    color:#2828e0;
    font-size:large;
}
table
{
    display:inline;
}

td
{
    text-align:center;
    font-family:Arial;
}