html, body{
  background-color:#DFDFDF;
  background-image:url("/images/bg.jpg");
  background-repeat:repeat-x;
}

#custom-doc { 
  width:76.92em;
  *width:75.07em;
  min-width:1000px; 
  margin:0px auto; 
  text-align:left; 
}

#ft{
  width:900px;
  height:39px;
  margin:0px auto;
  background-image:url("/images/bg_ft.jpg");
  background-repeat:repeat-x;
  text-align:center;
  padding:10px 0px;
}
#author{
  float:left;
  font-size:11px;
  color:#000000;
  margin-left:10px;
}
#author a{
  color:#000000;
}
#menu-ft {
  float:right;
  text-align:right;
}
#menu-ft a{
  margin-right:10px;
}
#menu-ft a:hover,#menu-ft a:active {
  font-size:12px;
  color:#000000;
  text-decoration:underline;
}
#menu-ft a:visited,#menu-ft a:link {
  font-size:11px;
  color:#000000;
  text-decoration:none;
}

.debug{
  color:#000000;
  border:1px solid #000000;
  text-align:left;
  padding:5px;
  margin-bottom:10px;
  background-color:#F0F0F0;
  font-size:12px;
  
}
h1{
  color:#000000;
  font-size:15px;
  font-weight:bold;
}
h2{
  color:#000000;
  font-size:12px;
  font-weight:bold;
}
strong{
  font-weight:bold;
}
li {
  list-style-position:outside;
  list-style-type:square;
  margin-left:15px;
}
sup{
  vertical-align:top;
}
sub{
  vertical-align:sub;
}