body {
  background-color: #f9f9f9;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}

#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 #logo {
  background-image: url(images/logo_stja.png);
  width: 198px;
  height: 144px;
  float: right;
}


#container #header #languageMenu {
  position: relative;
  top: 130px;
  z-index: 99;
}

#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.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;
  background-image: url(images/content_bg.png);
  background-repeat: repeat-y;
}

#container #page #content_container #content {
  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 #content_left {
  width: 220px;
  float: left;
}

#container #page #content_container #content #content_left #sub_nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

#container #page #content_container #content #content_left #sub_nav ul li {
  width: 214px;
  height: 32px;
  background-image: url(images/sub_nav.png);
  background-repeat: no-repeat;
  list-style-position: inside;
  list-style-image: url(images/sub_nav_item.png);
  padding-left: 20px;
  font-size: 14px;
}

#container #page #content_container #content #content_left #sub_nav ul li.act a {
  line-height: 26px;
  color: #3483a1;
  text-decoration: none;
  font-weight: bold;
}

#container #page #content_container #content #content_left #sub_nav ul li.no_act a {
  line-height: 26px;
  color: #223b51;
  text-decoration: none;
}

#container #page #content_container #content #content_left #news {
  background-image: url(images/news_bg.png);
  width: 201px;
  height: 174px;
  text-align: center;
}

#container #page #content_container #content #content_left #news h1 {
  color: #3c556b;
  font-weight: bold;
  font-size: 20px;
  padding-top: 12px;
  text-transform: uppercase;
}

#container #page #content_container #content #content_left #news #news_content {
  text-align: left;
  padding: 10px;
  font-size: 14px;
}

#container #page #content_container #content #content_left #news #news_content ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

#container #page #content_container #content #content_left #news #news_content a {
  color: white;
}

#container #page #content_container #content #content_middle {
  width: 661px;
  padding: 20px;
  float: right;
}

#container #page #content_container #content #content_middle h2 {
  text-align: left;
  font-size: 18px;
  color: #404f4c;
  padding-bottom: 5px;
  border-bottom: 2px solid #aebcc7;
  font-weight: bold;
}


#container #page #content_container #content #content_middle .csc-textpic-text {
  padding-top: 10px;
}

#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;
}

