* {
  margin: 0px;
  padding: 0px;
}
html, body {
  height: 100%;
}
body {
  background-color: #EEEEEE;
  color: #333333;
  font: 80%/140% Verdana,"Lucida Sans Unicode",sans-serif;
}
a:link, a:visited {
  color: #11C;
  text-decoration: none;
}
a:hover {
  color: #11C;
  text-decoration: underline;
}
img {
  border-width: 0px;
}

h1, h2, h3 {
  color: #666666;
  padding-top: 6px;
  padding-bottom: 12px;
  font-weight: bold;
}
h1 {
  font: 200% "georgia", serif normal;
}
h2 {
  font: 160% "georgia", serif normal;
}
h3 {
  font-size: 110%;
  line-height: 110%;
}

form {
  padding-bottom: 6px;
}

p {
  padding: 10px 0px;
}

ul, ol {
  display: block;
  margin: 5px 5px 5px 30px;
}

#main, #footer {
  min-width: 960px;
  width: 100%;
}
#main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -120px;
  background: #EEE url("/images/sbras/bgright.gif") repeat-y right;
}
#logo {
  height: 130px;
  padding: 0px 100px 0px 500px;
  background: url("/images/sbras/sbras_logo.gif") no-repeat;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#flags img {
  border: 1px solid #999999;
}
#title {
  height: 120px;
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  line-height: 1.2;
}
#title h1 {
  margin: 5px 0px;
}
#topmenu {
  margin: 5px 0px 5px 10px;
  background: #97BEE3 url("/images/sbras/bgmenu.gif");
}
#topmenu_in {
  height: 28px;
  background: url("/images/sbras/bgright.gif") repeat-y right;
  text-align: center;
}
#links {
  padding-right: 90px;
}
#links a {
  display: inline-block;
  color: #000000;
  height: 22px;
  padding: 3px 5px 1px 5px;
  margin: 1px 5px;
  vertical-align: middle;
}
#links a:hover {
  color: #FFFFFF;
  border: 1px solid #000000;
  padding: 2px 4px 0px 4px;
  background: url("/images/sbras/bgmenu_hover.gif") 3px 0px;
  text-decoration: none;
}
#content {
  padding: 10px 110px 0px 30px;
  vertical-align: top;
}
#push {
  height: 80px;
}
#footer {
  height: 120px;
  background: url("/images/sbras/bgbottom.gif") repeat-x 0px 70px;
}
#footer_text {
  float: left;
  padding: 80px 10px 0px 20px;
  font-size: 90%;
}
#footer_stamp {
  background: url("/images/sbras/sbras_stamp.gif") no-repeat;
  height: 120px;
  width: 120px;
  float: right;
}
.clear {
  clear: both;
}
