<!--
body {
  margin: 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a.image, a.image:hover, img {
  border:none;
  text-decoration: none;
  background-color:#FFF;
  color:#000; 
}
a {
  color:#000;
  text-decoration: none;
  border-bottom: #000;
  border-width: 0px 0px 1px 0px;
  border-style: none none dotted none;
}
a:hover {
  text-decoration: none;
  background-color:#000;
  color:#FFF; 
}

#container {
  width: 720px;
  margin:0px auto 0px auto;
  text-align:left;
}
#content {
  padding: 0;
}
#left {
  float:left;
  width:470px;
  margin-right:30px;
}
#right {
  float:left;
  width:220px;
}
#header, #footer {
}
-->