body {
  font-family: Verdana, sans-serif;
  background-color: white;
  background-image: url("../gui_images/clouds.gif");
  background-position: top left;
  background-repeat: repeat;
}

h1, h2, h3, h4 {
  color: #444444;
}
h1 {
  font-size: 14pt;
}
h2 {
  font-size: 12pt;
}
h3 {
  font-size: 11pt;
}
h4 {
  font-size: 10pt;
  margin-top: 0px;
}
p, form, table, tr, td, ul, li {
  font-size: 9pt;
  color: #666666;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}

#container {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  width: 1000px;
}

#header {
  width: 1000px;
  height: 186px;
  background-image: url("../gui_images/costaportal2.png");
  background-position: center 6px;
  background-repeat: no-repeat;
  background-color: transparent;
}

#main {
  width: 1000px;
  min-height: 400px;
  background-color: white;
}
#main2 {
  float: left;
  width: 680px;
  min-height: 380px;
  padding: 10px;
  background-color: white;
}
#side2 {
  float: left;
  width: 280px;
  min-height: 798px;
  padding: 10px;
  background-color: white;
}

#left {
  float: left;
  width: 290px;
  padding-top: 10px;
  padding-left: 10px;
  background-color: white;
}

#middle {
  float: left;
  width: 400px;
  padding-top: 40px;
  text-align: center;
  background-color: white;
}
#middle span {
  display: none;
}

#right {
  float: left;
  width: 290px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  background-color: white;
}

#footer {
  clear: both;
  width: 1000px;
  min-height: 14px;
  text-align: center;
  font-size: 7pt;
  color: #dddddd;
  background-color: #4444ff;
}
#footer a {
  text-decoration: none;
  color: white;
}

#ads {
  clear: both;
  width: 1000px;
  text-align: center;
  background-color: white;
}

