/* Style Sheet for photoalbums */

.albumTable
{
	width: 100%;
}

.album
{
  background-color: #5b3714;
  padding: 10px;
  text-align: center;
}

.picTable
{
	width: 800px;
}

.albumPic
{
  padding: 5px;
}


