body
{
  background-image: url(../images/bg.gif);
  margin: 30px 0px 20px;
  padding: 0px;
}

img
{
  border: none;
}

.content
{
  width: 920px;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}

.c-padding
{
  padding: 10px 25px 10px;
  margin: 0px;
  text-align: left;
}

.content, .content table
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-ehight: 15px;
  color: rgb(50,50,50);
}

a
{
  text-decoration: underline;
  color: rgb(51,51,153);
}

a:hover
{
  text-decoration: underline;
  color: rgb(255,75,0);
}

.rightcol
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: rgb(50,50,50);
}

.nav
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: rgb(255,255,255);
  font-weight: normal;
  margin: 10px 0px;
}

.nav a
{
  text-decoration: underline;
  color: rgb(255,255,255);
}

.nav a:hover
{
  text-decoration: underline;
  color: rgb(255,75,0);
}

.copyright
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: rgb(255,255,255);
  line-height: 14px;
}

.copyright a
{
  text-decoration: underline;
  color: rgb(255,255,255);
}

.copyright a:hover
{
  text-decoration: underline;
  color: rgb(255,75,0);
}

#nav-products
{
  width: 200px;
  margin-right: 25px;
}

#nav-products img
{
  display: block;
}