HTML {
 overflow-x: hidden;
}

BODY {
 margin-top: 10px;
}

H1, H2, H3, h4, H5, H6 {
 margin-top: 0px;
 margin-bottom: 10px;
}

HR {
  color: #000000;
  background-color: #000000;
  height: 1px;
  border: solid #000000 0px;
}

TD {
 vertical-align: top;
 text-align: left;
}

#container {
 margin-left: auto;
 margin-right: auto;
 width: 768px;
 height: auto;
 background-color: #E7E8ED;
 border: 1px solid #000000;
 vertical-align: top;
}

#header {
 height: 98px;
 width: 768px;
 border-bottom: 1px solid black;
}

#menu_lay {
 height: 21px;
 width: 768px;
 border-bottom: 1px solid black;
}

a#menu:link {
 text-decoration: none;
 font-family: "sans serif";
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

a#menu:visited {
 text-decoration: none;
 font-family: "sans serif";
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

a#menu:hover {
 text-decoration: none;
 font-family: "sans serif";
 font-size: 100%;
 font-weight: bold;
 color: #CC0000;
}

#partners_adsense {
  float:left;
}

#content {
  float:right;
 width: 565px;
 height: auto;
 text-align: justify;
 vertical-align:top;
}

a:link {
  text-decoration: underline;
  font-size: 100%;
  color: maroon;
}
a:visited {
  text-decoration: underline;
  font-size: 100%;
  color: maroon;
}
a:hover {
  text-decoration: none;
  font-size: 100%;
  color: #000000;
}

a#partners:link {
 text-decoration: none;
 font-family: "sans serif";
 font-weight: normal;
 font-size: 100%;
 color: black;
}

a#partners:visited {
 text-decoration: none;
 font-family: "sans serif";
 font-size: 100%;
 font-weight: normal;
 color: black;
}

a#partners:hover {
 text-decoration: none;
 font-family: "sans serif";
 font-size: 100%;
 font-weight: normal;
 color: maroon;
}


