body
{ 
  margin: 0px 0px 0px 0px;
}

#leftcontent
{
  float: left;
  width: 250;
  height: 100%;
  background-image: url("images/banner.png");
  color: #cccccc;
}

#rightcontent
{
  font-size: small;
  padding-top: 10px;
  height: 100%;
  margin-left: 260px;
  margin-right: 10px;
  background-image: url("images/cccc.png");
  background-repeat: no-repeat;
  background-position: center center
}

#rightcontentnologo
{
  font-size: small;
  padding-top: 10px;
  height: 100%;
  margin-left: 260px;
  margin-right: 10px;
}

#links
{
  margin-left: 10px;
  font-size: small;
  position: static;
}

#address
{
  color: #cccccc;
  font-size: x-small;
  position: absolute; bottom: 20px; left: 10px; width 235px;
}

#logo
{
  margin-top: 10px;
  margin-left: 10px;
}

a
{
  color: #cccccc;
}

a:hover
{
  color: white
}
