body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #414042;
  font-family: Verdana;
  font-size: 10px;
}

p, td, input, select, textarea {
  font-family: Verdana;
  font-size: 10px;
}

a { color: #414042; }
a:hover { color: #a7a9ac; }


#wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  height: 32px;
}

#contentwrapper {
  min-height: 530px;
  height: auto !important;
  height: 530px;
}
#contentwrapper .limit {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}	
#contentwrapper #content {
  width: 1000px;
  position: absolute;
  padding-top: 45px;
}	

#navigationwrapper {
  height: 75px;
}
#navigation {
  padding-top: 10px;
  z-index: 10;
  text-align: center;
}

#footer {
  width: 1000px;
  position: absolute;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#footer .copyright {
  font-size: 12px;
}

.clear { clear: both; height: 1px; overflow: hidden; }



#poweredbybeecomb { display: none; font-family: Verdana; padding: 5px 0px 10px 0px; color: #999999; font-size: 9px; text-align: center; }
#poweredbybeecomb a { color: #777777; text-decoration: none; }
#poweredbybeecomb a:hover { text-decoration: underline; }

