html {
}
body {
  margin: 0 10px 10px 10px;
  font-family: "helvetica", "arial", "verdana";
  color: #666666;
  background-color: #f3f3f3;
}
img {
  vertical-align: bottom;/* eliminates the extra space underneath images. */
  border: 0;
}
#wrapper {
  width: 1024px;
  margin: 0 auto;/* auto is for center-justified */
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

#header .socialmedia {
  display: block;
  padding: 32px 26px 0 0;
  text-align: right;
  position:absolute;
  z-index:100;
  margin:-100px 0px 800px 900px;

}
#header .socialmedia .facebook {
  background-image: url('../images/main/fb.png');
}
#header .socialmedia .twitter {
  background-image: url('../images/main/TWI.png');
}
#header .socialmedia .tumblr {
  background-image: url('../images/main/TUM.png');
}

#header .socialmedia a {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 4px;
}
#header .socialmedia a:hover {
  background-position: 0 -24px;
}


#content {
  overflow: hidden;/* to prevent grand collapse. */
  /*min-height: 598px;/* 768 - 125 (banner) - 45 (menu) */
}
#footer {
  font-size: 0.7em;
  background-color: #fff;
  padding: 5px 0 3px 0;
}
#menu {
  overflow: hidden;/* prevent great collapse. */
                   /* if using auto here, it is possible for the scroll bar to
                      show up.
                   */
}
#menu > div {
  float: left;
}
#menu > div > a {
  outline: none;
}
#menu > div > a > img {
  border: 0;
}
.gen_desc {
  font-size: 0.9em;
  line-height: 25px;
  margin: 0px 0px 15px 0px;
  text-align: justify;
}
.hr {
  border-bottom: 1px solid #888888;
  margin: 0px 15px 15px 15px;
  padding-top: 15px;/* suffered from margin collapse if using margin-top*/
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
a {
  color: #1590c8;
  text-decoration: none;
  outline: none;
}
.hd {/* headline */
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
}
.mb_hd {/* margin-bottom for headline */
  margin-bottom: 10px;
}
.mt_hd {/* margin-bottom for headline */
  margin-top: 10px;
}
.shd {/* sub-headline */
  font-size: 0.8em;
  font-weight: bold;
  color: #5c8727;
}
.mb_shd {/* margin-bottom for sub-headline */
  margin-bottom: 3px;
}
.mt_shd {/* margin-top for sub-headline */
  margin-top: 3px;
}
.bd {/* bodytext */
  font-size: 0.75em;
  line-height: 18px;
  color: #666;
}
.p {/* for div's serving as a paragraph */
  margin-bottom: 10px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.viewmap {
  margin-top: 5px;
}
.inline_viewmap {
  vertical-align: top;
}
.vam {/* vertical-align: middle; */
  vertical-align: middle;
}
