#ie-center {
  text-align:center;
}

#page {
  width:820px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  text-align:left;
  background-color: transparent;
}

#page-content {
  position:relative;
  top:0;
  margin-left:20px;
  margin-right:20px;
  margin-top:0;
  padding-bottom:25px;
  border-top:1.2em solid black;
  font-size:1em;
  line-height:1em;
}

#header-navigation {
  padding:.5em .5em .1em .5em;
  overflow:hidden;
  background-color:#FFF;
}

#header-logo {
  position:relative;
  top:0;
  left:0;
  height:100px;
}

#header-logo #move {
  position:absolute;
  top:66px;
  right:0px;
  width:307px;
  height:24px;
  background-image:url(../images/time2move.jpg);
  background-repeat:no-repeat;
}

#header-logo #logo {
  position:absolute;
  top:-5px;
  left:20px;
  width:130px;
  height:98px;
  background-image:url(../images/logo.gif);
  background-repeat:no-repeat;
}

#header {
  position:relative;
  top:.9em;
  left:0;
  height:231px;
  overflow:hidden;
  background-color:#333;
  background-image:url(../images/header-1.jpg);
  background-position:top right;
  background-repeat:no-repeat;
}

#main {
  clear:both;
  display:block;
  margin-top:10px;
  padding-top:2px;
  border:0px solid red;
  font-size:1.2em;
  line-height:1.3em;
}

#main #column-left {
  float:left;
  width:23.5%;
  border:0px solid red;
}

#main #column-left .content {
  border:0px solid red;
}

#main #column-center {
  float:right;
  width:74%;
  border:0px solid red;
}

#main #column-center .content {
  margin-left:10px;
  margin-right:5px;
  border:0px solid blue;
}

#page-headline {
  color: red;
}

#main #column-right {
  float:right;
  width:11%;
  margin-right:1px;
  border:0px solid red;
}

#footer {
  margin-top:0;
  margin-bottom:1.3em;
  padding-top:6px;
  border-top:1.2em solid black;
  text-align:center;
}