/* ****************************************************************************************************************** */

div.narrower_content_wide_pictures
{
   width: 450px;
}

@media print {
div.narrower_content_wide_pictures
{
   width: 100%;
}
}

div.right_hand_wide_pictures
{
   float: right;
   width: 286px;
}

@media print {
div.right_hand_wide_pictures
{
   width: 100%;
}
}

div.wide_image
{
   margin-top: 0px;
   margin-bottom: 16px;
   width: 286px;
}

div.wide_image_image
{
   width: 286px;
}

div.wide_image_text a
{
   text-decoration: none;
}

div.wide_image_text a:hover
{
   text-decoration: underline;
}

div.wide_image_text
{
   background-color: #f3f0e5;
   color: #6b6d6a;
   padding-left: 8px;
   padding-top: 4px;
   padding-bottom: 4px;
   font-size: 10px;
}

/* ****************************************************************************************************************** */

div.narrower_content_square_pictures
{
   width: 400px;
}

@media print{
div.narrower_content_square_pictures
{
   width: 100%;
}
}

div.right_hand_square_pictures
{
   float: right;
   width: 360px;
}

@media print{
div.right_hand_square_pictures
{
   float: right;
   width: 100%;
}
}

div.square_image
{
   width: 112px;
   display: inline;
}

div.square_image img
{
   margin-left: 8px;
   margin-bottom: 8px;
}

/* ****************************************************************************************************************** */

{
   text-decoration: none;
}

table#tiles tr td a:hover
{
   text-decoration: underline;
}

/* ****************************************************************************************************************** */

