html
{
  width:100%;
  height:90%;  
}

body
{
  background-color:#FFFFFF;
  margin:0px;

  width:100%;
  height:100%;
}

div#page
{
  margin-top:18px;
  margin-left:auto;
  margin-right:auto;

  width:785px;  
  height:100%;
}

div#header
{
  height:100px;
  margin-left:9px;
  padding-bottom:18px;
}

div#content
{
  width:100%;
  height:100%;  
}

a#just_say_bee
{
  display:block;
  width:100%;
  height:100%;
  
  text-decoration:none;
    
  background-image:url('images/just_say_bee.jpg');
  background-position:center center;
  background-repeat:no-repeat;
} 

div.photo_item
{
  height:170px;
  width:110px;
  margin:9px;
  
  float:left;
}

div.photo_item a
{
  display:block;
  height:132px;
  vertical-align:top;
}

div.photo_item a img
{
  border-width:0px;
}

div.photo_item p
{
  height:38px;
  font-family:Arial;
  font-size:6pt;
  
  vertical-align:bottom;
}