div#main_container
{
  width: 705px;
  margin-left: auto;
  margin-right: auto;
}

body
{
  background-color: #CFD7FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}

div.title
{
  width: 700px;
  text-align: center;
}

#leftColumn
{
  float: left;
  width: 350px;
}

#rightColumn
{
  float: left;
  width: 350px;
}

div.contentPanel
{
  background-color: #BFC7EF; 
  padding: 5px;
  margin: 5px;
  border: 1px solid black;
  overflow-x: hidden;
}

p
{
  margin-top: 0px;
}

h2
{
  margin-top: 0px;
}

h1
{
  margin: 5px;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: 0px;
}

#pictureselector
{
  background-color: #CFD7FF;
  overflow-x: scroll;
  width: 640px;
}

td.thumbnailframe
{
  background-color: #BFC7EF;
  text-align: center;
  width: 100px;
}

td.thumbnailinnerframe
{
  height: 100px;
  width: 100px;
}

td.captionframe
{
  width: 100px;
  height: 25px;
  vertical-align: top;
}