h4 
{
 
}

body 
{
 background-image: url(black_floral.gif);
 background-position: 0 0;
 background-repeat: repeat;
 background-attachment: fixed;
 z-index: 0;
}

.top_banner 
{
 position: absolute;
 left: 225px;
 top: 0px;
 z-index: 50;
}

.center_panel 
{
 display: table;
 background-color: #005073;
 position: absolute;
 text-align: center;
 padding: 15px;
 top: 250px;
 left: 225px;
 width: 770px;
 border-color: gray;
 border-width: 5px;
 border-style: inset;
 z-index: 20;
}

.center_panel h4 
{
 color: white;
 font-family: Palatino Linotype;
}

.buttons 
{
 position: relative;
 left: 0px;
 top: 0px;
 z-index: 100;
}

.menu 
{
 position: absolute;
 left: 20px;
 top: 20px;
 z-index: 100;
}

.main_image 
{
 position: absolute;
 top: 150px;
 left: 155px;
 z-index: 25;
}

.photo_credit_text 
{
 width: 200px;
 height: 20px;
 position: absolute;
 left: 0px;
 top: 10px;
 z-index=0: ;
}

.photo_credit 
{
 position: absolute;
 top: 600px;
 left: 635px;
 color: #7d7d7d;
}

a.photo_credit:link 
{
 color: #CEB88A ! important;
}

a.photo_credit:visited 
{
 color: #CEB88A ! important;
}

a:link 
{
 color: #5B2729;
}

a:visited 
{
 color: black;
}