html,body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  border: none;
  cursor: default;
  background-color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 13pt;
  line-height: 21pt;
  color: #343434;
  -webkit-font-smoothing: antialiased;
}
p{
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
  max-height: 5000px;
}
.header{
  position: relative;
  left: 0px;
  top: 0px;
  width: 842px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}
.website{
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 1040px;
  _height: 1040px;
}
.menu{
  position: absolute;
  left: 0px;
  top: 150px;
  width: 100%;
  height: 31px;
  border-bottom: solid 1px #cccccc;
}
.topmenu{
  position: absolute;
  right: 0px;
  top: 14px;
  text-align: right;
}
.menulink{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  margin-right: 30px;
  color: #666666;
  text-decoration: none;
  padding: 8px 0px 3px 0px;
}
.menulink:hover{
  color: #eb00ab;
}
.menulink_on{
  color: #000000;
  font-weight: 300;
  border-bottom: solid 2px #414141;
}


.content{
  position: relative;
  left: 0px;
  top: 0px;
  width: 842px;
  min-height: 850px;
  _height: 850px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  color: #535353;
  word-wrap: break-word;
}
.footer{
  position: relative;
  left: 0px;
  top: 0px;
  clear: both;
  width: 100%;
  height: 110px;
}
.footercontent{
  position: relative;
  left: 0px;
  top: 20px;
  width: 842px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #414141;
  font-size: 10pt;
  line-height: 13pt;
}

.articlebox{
  float: left;
  width: 404px;
}
.articlefull{
  width: 842px;
}
