html, body {
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    /*overflow: hidden;*/ /*get rid of scroll bars in IE */
    padding: 0px; /*remove padding */
    margin: 0px; /* remove margins */
    border: 0px; /* remove borders */
    background: #FFFFFF; /*color background - only works in IE */
    font-family: Verdana, Helvetica, Georgia, Arial, sans-serif; /* set default font */
    font-size: 12px; /*set default font size */
    text-align: center;
}

#container {
    position: absolute;
    left: 50%;
    margin-left: -370px;
    width: 740px;
    text-align: left;
}

/* This \ character between rules appears to have the effect 
that macIE5 ignores the following rule. Odd, but extremely useful. */
#container {
    top: 50%;
    margin-top: -260px;
}


#content {
    display: block; 
    overflow: auto; /* add scroll bars as necessary */
    width: 730px; 
    height: 375px; 
    background: #FFFFFF;
    scrollbar-face-color: #cccccc;
    scrollbar-highlight-color: #cccccc;
    scrollbar-3dlight-color: #999999;
    scrollbar-darkshadow-color: #999999;
    scrollbar-shadow-color: #cccccc;
    scrollbar-arrow-color: #999999;
    scrollbar-track-color: #ffffff;
    padding-left: 10px;
}

* html #content {
    height: 100%;
    width: 740px; 
}

#header {
    width: 100%; 
    height: 25px; 
    background: #fff; 
    padding-left: 10px;
}

* html #header {
   height: 23px;
}

#header h1 {
  float: left;
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #CCCCCC;
}

#languages {
  float: right;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #CCCCCC;
  padding-right: 52px;
}

#languages img {
  vertical-align: middle;
}

#languages a {
  color: #ffffff;
  text-decoration: none;
}

#languages a:hover {
  color: #993300;
  text-decoration: underline;
}

#languages a.current {
  color: #993300;
  text-decoration: none;
}

#languages a.current:hover {
  color: #993300;
  text-decoration: underline;
}

#footer {
    width: 100%; 
	 width: 740px;
    height: 96px; 
	 margin-left: 0px;
    background-color: #CCCCCC;
    font-size: 1em; 
}

* html #footer {
    height: 94px;
}

#logo { 
  float: left;
  width: 112px;
  margin-left: 8px;
  margin-top: 10px;
}

#mainmenu {
  margin-left: 111px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #FFFFFF;
}

#mainmenu a {
  color: #FFFFFF;
  text-decoration: none;
}

#mainmenu a:hover {
  color: #993300;
  text-decoration: underline;
}

#mainmenu a.act, #mainmenu a.cur{
  color: #993300;
  text-decoration: none;
}

#mainmenu a.act:hover, #mainmenu a.cur:hover {
  color: #993300;
  text-decoration: underline;
}

#submenu {
  margin-left: 111px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #FFFFFF;
}

#submenu a {
  color: #FFFFFF;
  text-decoration: none;
}

#submenu a:hover {
  color: #993300;
  text-decoration: underline;
}

#submenu a.act, #submenu a.cur {
  color: #993300;
  text-decoration: none;
}

#submenu a.act:hover, #submenu a.cur:hover {
  color: #993300;
  text-decoration: underline;
}

#newsletterbox {
  padding-right: 45px;
  text-align: right;
}

#newsletterbox form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

#newsletterbox img {
  vertical-align: middle;
}

#newsletterbox input.newsletterbox-input { 
  width: 120px;
  font-size: 11px;
  padding: 2px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}