body
{
    font-family: helvetica, sans-serif, sans;
    font-size: 11px;
}

li
{
  list-style-type: none;
  padding: 0;
  width: 800px;
}

li.imgblock
{ 
  float: left;
  margin-bottom: 20px;
  width: 350px;
  height: 150px;
}

table
{ 
  width: 100%; 
  border: 0px;
}

td
{ 
  border: 0px;
  margin: 0px;
}

td.setteaseimg
{ 
  width: 250px;
}

td.setteasetxt
{ 
  vertical-align: top;
  padding-top: 20px;
  border-top: 2px solid black;
  font-size: 11px;
}

td.setteasetxt h3
{ 
  font-size: 16px;
  font-weight: normal;
}


tr:hover
{ 
  background-color: #eee;
}

li.imgblock img
{ 
  border: 2px solid #ccc;
}

li.imgblock a
{ 
  float: left;
  width: 150px;
  margin-right: 20px;
}


td.setteaseimg img
{
  padding: 0;
  border: 2px solid #ccc;
  margin-bottom: 0px;
}

li.imgblock img:hover
{
  border: 2px solid black;    
}

td.setteaseimg img:hover
{
  border: 2px solid black;    
}

h1
{
  margin-top: 40px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}

h2
{ 
  font-size: 16px;
  font-weight: normal;
}

.clear
{
    clear: both;
}

#container
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

a
{
    color: #000;
}

a:hover
{
    text-decoration: none;
}