body { 
  margin: 0;  
  padding: 0;
  text-align: center;
  color: #333;
  line-height: 1.5; 
  font-size : 84%;
  scrollbar-3d-light-color:#fff;
  scrollbar-arrow-color:#;
  scrollbar-base-color:#000; 
  scrollbar-dark-shadow-color:#fff;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#fff;
  background : #fff url(image/canvas1.jpg) repeat-x 0 225px; 
  min-width: 960px;    
}
#header {
  height: 120px; 
  border-bottom: 8px solid #000;
  margin: 0;
  padding:0;  
  text-align: left;
  background : #fff;   
}
* html #header{
  height: 128px;
}
#menu {
  background : #e0a7b0 url(image/right2.jpg) no-repeat right 0; 
  height : 26px;  
  margin : 0; 
  color : #fff;
  border-top: 5px solid #000;
  border-bottom: 2px solid #000;  
} 
* html #menu{
  height: 33px;
}
#UL1{
  float: left;
  list-style-type : none;
  margin: 3px 0 0 22px;  
}

#li1{
  float: left;
  width: 95px;
  margin : 0 0 0 10px;
  font-weight : bold;
}
#main {
  margin :0 auto;
  width: 80%;
  text-align : left;
  background : #fff;
  padding-top : 20px;
}
#box1{
  float: left;
  width: 240px;
  text-align : left;
  padding: 5px;
}

#* html #box1{
  width : 250px;
}
box2{
  float: left;
  margin :0 auto auto 20px;
  text-align : left;
  padding: 5px;
  width: 500px;   
}

#footer { 
 clear: both;    
 text-align: center; 
 padding-top :5px;
 background : #e0a7b0 url(image/right2.jpg) no-repeat right 0;
 height : 26px;
 margin : 0;
 width: 100%;
 color : #fff;
 border-top: 2px solid #000;
 border-bottom: 5px solid #000;
}
p {
  padding: 0.5em;
  margin: 0;
  line-height: 1.5;
}

table{
  font-size : 100%;  
} 
td{
  padding : 5px;
}
H1 {
 font-size : 10px; 
 font-weight: normal;
 margin: 0; 
 padding-left: 10px;
 text-align : center;
}
A{ 
 color : #fff;
 text-decoration : none;
}

A:VISITED{ 
 color : #fff;
 text-decoration : none;
}

A:HOVER{
  color : #999;
  text-decoration : none;
}

A:ACTIVE{
  color : #999;
  text-decoration : none;
}