 
BODY{
  
  text-align : center;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : auto;
  margin-right : auto;
}
.container{
  text-align : center;
  width : 860px;
  background-image : url(img/back001.gif);
  background-repeat : repeat-y;
  margin-left : auto;
  margin-right : auto;
}
.main{
  width : 840px;
  margin-left : auto;
  margin-right : auto;
  

  
  background-repeat : repeat-y;
  
  background-image : url(img/side-bg.gif);
}
H2{
  background-color : #eeeecc;
  padding-top : 5px;
  padding-bottom : 3px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : blue;
  border-bottom-color : silver;
  font-size : 17px;
  font-weight : normal;
  margin-bottom : 1px;
  color : #0000cc;
}
H3{
  font-size : 16px;
  
  padding-top : 4px;
  padding-bottom : 4px;
  margin-top : 0px;
  margin-bottom : 0px;
  font-weight : normal;
  
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : gray;
  border-bottom-color : gray;
  background-image : url(img/bg/b-line01.gif);
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
}
TABLE{
  
  margin-left : auto;
  margin-right : auto;
  line-height : 140%;
}
.content{
  width : 610px;
  float : right;
  
  padding-right : 5px;
  
}
.left{
  width : 220px;
  float : left;
  padding-left : 5px;
  text-align : left;
  margin-top : 5px;
  

  line-height : 150%;
}
.footer{
  background-color : #ac59d9;
  clear : both;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : 14px;
  color : white;
}
.sidetitle{
  font-size : 17px;
  line-height : 25px;
  text-align : center;
  font-weight : bold;
  background-color : #bfffbf;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : gray;
  border-left-color : gray;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  
}
.sidebody{
  font-size : 16px;
  line-height : 23px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : gray;
  border-right-color : gray;
  border-bottom-color : gray;
  padding-left : 5px;
  padding-top : 5px;
}
A:visited{
  color : blue;
}
