/* SAT STYLES */

/* IMPORT */
@import url(menu.css);
@import url(content-header.css);
@import url(content.css);
@import url(content-sidebar.css);
@import url(footer.css);


/* GENERAL STYLES */
body {
  margin:0;
  padding:0 0 10px 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}
#logo {
  padding:27px 0 32px 10px;
  border-bottom:1px solid #CCCCCC;
  min-width:977px;
} 
#page {
  width:987px;
}

.cleaner {
  height:0;
  clear:both;
}

img {
  border:none;
}

form,
form#GoOn {
  margin:0;
  padding:0;
}