html, body
{
  margin: 0;
  padding: 0;
  background: white;
}

div.banner
{
  margin: 0;
  padding: 0;
  height: 20px;
  width: 100%;
  min-width: 550px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: url(/images/banner.png);
  background-repeat: no-repeat;
  background-position: top right;
}

a.home
{
  float: left;
  margin: 4px 0 0 8px;
  padding: 0;
  width: 14px;
  height: 11px;
  background-image: url(/images/home.png);
  background-repeat: no-repeat;
}

a.mail
{
  float: left;
  margin: 5px 0 0 8px;
  padding: 0;
  width: 14px;
  height: 10px;
  background-image: url(/images/mail.png);
  background-repeat: no-repeat;
}

div.main
{
  margin: 0;
  padding: 10px;
}

div.main table.main_links td
{
  padding: 0 20px 0 0;
  vertical-align: top;
}

p
{
  margin: 0 10px 20px 0;
}

div.img_center
{
  margin: 0 0 10px 0;
  text-align: center;
}

img
{
  border: 0;
}

td.vign_center
{
  text-align: center;
}

td.vign_middle
{
  vertical-align: middle;
}

table.incompetent td
{
  padding: 5px;
  border: 1px solid #dedede;
}

table.category
{ 
  width: 100%;
}

table.category td.thumbnail
{
  width: 50%;
  text-align: center;
}

table.single td.single_others
{
  vertical-align: top;
}

table.single td.single
{
  padding: 0 0 0 10px;
  vertical-align: top;
}
