body {
  background-color: #f9f9f9;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}

a:hover {
  color: #3584a2;
}

#container {
  width: 1051px;
  margin: 0 auto;
}

#container #header {
  background-color: #607078;
}

#container #header #title {
  width: 664px;
  height: 172px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  float: left;
}

#container #header #title h1 {
  display: none;
}

#container #header #title h2 {
  display: none;
}

#container #header #languageMenu {
  position: relative;
  top: 130px;
  z-index: 99;
}

#container #header #logo {
  background-image: url(images/logo_stja.png);
  width: 198px;
  height: 144px;
  float: right;
}

#container #page {
  clear: both;
  position: relative;
  bottom: 50px;
}

#container #page #nav {
  background-image: url(images/nav_bg.png);
  background-repeat: repeat-x;
  height: 103px;
  width: 1051px;
}

#container #page #nav ul {
  width: 969px;
  position: relative;
  left: 41px;
  top: 41px;
}

#container #page #nav ul li {
  display: inline;
  font-size: 18px;
}

#container #page #nav ul li.no_act a:hover {
  color: #3584a2;
}

#container #page #nav ul li.act a {
  color: #31728a;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 54px;
  padding-left: 10px;
  padding-right: 15px;
  background-image: url(images/spacer.png);
  background-repeat: no-repeat;
  background-position: right;
}

#container #page #nav ul li.no_act a {
  color: #333333;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 54px;
  padding-left: 10px;
  padding-right: 15px;
  background-image: url(images/spacer.png);
  background-repeat: no-repeat;
  background-position: right;
}

#container #page #content_container {
  text-align: justify;
  height: 490px;
  background-image: url(images/content_bg.png);
  background-repeat: repeat-y;
}

#container #page #content_container #images {
  width: 1051px;
  height: 278px;
  background-image: url(images/image.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#container #page #content_container #images #image1 {
  width: 285px;
  height: 189px;
  float: left;
  position: relative;
  top: 25px;
  left: 85px;
}

#container #page #content_container #images #image2 {
  width: 285px;
  height: 189px;
  float: left;
  position: relative;
  top: 25px;
  left: 100px;
}

#container #page #content_container #images #image3 {
  width: 285px;
  height: 189px;
  float: right;
  position: relative;
  top: 25px;
  right: 80px;
}

#container #page #content_container #content {
  border-top: 2px solid #fff;
  width: 921px;
  position: relative;
  left: 64px;
}

#container #page #content_container #content a {
  color: #54605e;
  text-decoration: underline;
  font-weight: bold;
}

#container #page #content_container #content h2, #container #page #content_container #content h1 {
  text-align: left;
  font-size: 18px;
  color: #404f4c;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 20px;
  border-bottom: 2px solid #aebcc7;
  font-weight: bold;
}

#news_content ul {
  padding-bottom: 10px;
}

#news_content ul li {
  list-style-type: none;
}

#news_content {
  padding: 10px;
}

#container #page #content_container #content .csc-textpic-text {
  padding: 20px;
}

#container #page #content_container #content #left {
  height: 205px;
  width: 305px;
  float: left;
  text-align: left;
  background-image: url(images/box_bg.png);
  border-right: 3px solid white;
}

#container #page #content_container #content #middle {
  height: 205px;
  width: 305px;
  float: left;
  background-image: url(images/box_bg.png);
  border-right: 3px solid white;
}

#container #page #content_container #content #right {
  height: 205px;
  width: 305px;
  float: right;
  background-image: url(images/box_bg.png);  
}

#container #footer {
  clear: both;
  text-align: right;
  height: 83px;
  background-image: url(images/footer_bg.png);
  background-repeat: no-repeat;
  position: relative;
  bottom: 50px;
}

#container #footer ul {
  width: 921px;
  position: relative;
  left: 64px;
  top: 46px;
}

#container #footer ul li {
  display: inline;
}

#container #footer ul li a {
  color: #54605e;
  font-weight: bold;
}
