BODY
{
  background-image: url('/images/layout/bg.gif');
  margin: 0;
}

BODY, TD, TH
{
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#main
{
  background-color: #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  margin: 0 auto;
  width: 710px;
}

#main #top
{
  background-image: url('/images/layout/m_tbg.jpg');
  background-repeat: no-repeat;
  height: 149px;
}

#main #top #title
{
  float: left;
}

#main #top #icons
{
  display: block;
  float: right;
  height: 85px;
  list-style: none;
  margin: 54px 14px 0 0;
  padding: 0;
  width: 184px;
}

#main #top #icons LI
{
  float: left;
  margin: 0 0 4px 7px;
}

#main #content
{
  background-image: url('/images/layout/m_cbbg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  text-align: justify;
}

#main #content P
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#main #content H1
{
  border-bottom: 1px dashed #000;
  font-size: 16px;
  width: 50%;
}

#main #content #ctbg
{
  background-image: url('/images/layout/m_ctbg.jpg');
  background-repeat: no-repeat;
  float: left;
  min-height: 380px;
  width: 710px;
}

#main #content #photo_details
{
  display: none;
  float: right;
  padding-bottom: 70px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#main #content #photo_menu
{
  margin-top: 2px;
  font-size: 9px;
  text-align: left;
}

#photo_menu A:Active, #photo_menu A:Hover,
#photo_menu A:Link, #photo_menu A:Visited
{
  color: #000;
}

#main #content .text P
{
  margin-bottom: 10px;
  margin-top: 0;
}

#main #content #thumbnails
{
  margin-top: 380px;
  width: 100%;
}

#main #content #thumbnails UL
{
  display: table;
  list-style: none;
  margin: 5px;
  padding: 0;
}

#main #content #thumbnails LI
{
  float: left;
  width: 100px;
}

#main #content #thumbnails LI IMG
{
  display: block;
  margin: 0 auto;
}

#main #bottom
{
  background-image: url('/images/layout/m_bbg.jpg');
  background-repeat: no-repeat;
  color: #FFF;
  height: 20px;
  padding-right: 4px;
  padding-top: 2px;
  text-align: right;
}

#main #bottom A:Link, #main #bottom A:Visited
{
  color: #FFF;
  text-decoration: none;
}

#main #bottom A:Active, #main #bottom A:Hover
{
  color: #FFF;
  text-decoration: underline;
}



/* Markup free clearing - http://www.positioniseverything.net/easyclearing.html */
.clear-block:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block
{
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block
{
  height: 1%;
}

.clear-block
{
  display: block;
}
/* End hide from IE-mac */