html, body {
  margin: 0; 
  padding: 0;
  border: 0;
  min-width: 940px;
  height: 100%; }

body {
  font-family: "Gill Sans",Helvetica,Arial,sans-serif;
  background-image: url('images/background.png');
  background-repeat: repeat-x;
  background-color: #000000; }

p {
  margin: 0;
  padding-bottom: 16px; }

img { border-style: none; }

a:link { color: #548100; }
a:visited { color: #245100; }
a:hover { color: #84B100; }
a:active { color: #84B100; }

#language_menu {
  clear: both;
  float: right;
  margin-right: 46px; }

#language_menu ul {
  padding: 0;
  margin: 0; }
  
#language_menu li {
  display: inline; }

#language_menu img {
  border: 0; }

#page_container {
  clear: both;
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 896px; }

#page_header {
  clear: both;
  background-image: url('images/page-header.jpg');
  width: 896px;
  height: 115px; }

#main_content_background {
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 896px; }

#page_main {
  clear: both;
  background-image: url('images/page-background.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  width: 896px; }

#main_content {
  clear: both;
  margin-left: 69px;
  margin-right: 69px;
  padding-top: 24px;
  width: 758px; }

h3 {
  font-size: medium;
  color: #01223F; }
  
#footer {
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 896px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
  font-size: small;
  color: #888888; }

#footer p {
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto; }

#page_home {
  clear: both;
  background-image: url('images/page-home.jpg');
  width: 896px;
  height: 697px; }
  
#page_home_footer {
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 896px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
  font-size: small;
  color: #888888; }

#page_home_footer img {
  margin-top: 40px;
  margin-bottom: 40px; }
  
#page_home_footer p {
  background-image: url('images/page-background-stretch.png');
  background-repeat: repeat-y;
  margin: 0 auto; }

#main_menu {
  margin-right: 32px;
  font-size: 20px; }
  
#main_menu a {
  color: white;
  text-decoration: none; }

p.menu_item {
  float: right;
  margin-left: 12px;
  margin-right: 12px; }

#app_menu {
  margin-right: 8px;
  font-size: 16px; }
  
#app_menu a {
  color: black;
  text-decoration: none; }
  
#app_menu img {
  border: 0; }

p.app_item {
  float: right;
  margin-top: -56px;
  text-align: center;
  min-width: 96px;
  height: 200px; }