* {
  margin: 0;
  padding: 0;
}

html {
  height: 101%;
}

body {
  background: #ececec;
  font-family: Verdana;
  font-size: 8pt;
  color: #000;
}

/* LAYOUT */
div#main {
  border: 0px;

  width: 850px;
  height: auto;
  margin: auto;
}

div#header {
  height: 95px;

  background: url(../image/header-clear.png);
  border: 0px solid black;
}

div#header img{
  padding-left: 20px;
  padding-top: 13px;

  background: url(../image/header-clear.png);
  border: 0px solid black;
}

div#navi {
  font-size: 10pt;

  height: 17px;
  margin: auto;

  background: url(../image/navi-bg.png);

  border: 0px solid black;
}

div#content {
  text-align: left;

  margin: auto;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 15px;

  background: url(../image/content.png);

  border: 0px solid black;
}

div#footer {
  height: 70px;
  text-align: center;

  background: url(../image/footer2.png);
}

/* SIDEBAR/CONTENT CUT */
#link-div {
  float:right;

  width: 180px;

  margin-bottom: 15px;
  margin-left: 15px;

  padding-left: 10px;

  border-left: 1px dotted black;
}

#page-content {
  width: 600px;
  min-height: 450px;

  padding-right: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.clear_both, .cleardiv {
    clear: both;
}

