
* {
  padding: 0;
  margin:  0;
}


body {
  font-family: Verdana,Arial,Helvetica;
  font-size:     12px;
  background: #f9f9fa;
  padding:       10px;
}


/* --- Boxy --- */

#container { 
  background-color: #f9f9fa; 
  width:       800px; 
  margin-left:  auto;
  margin-right: auto;
}


/*
#logo {
  background: url(../graphics/header-01.gif) center bottom no-repeat;
  width:       800px;
  height:      144px;
  margin-left:  auto;
  margin-right: auto;
}
*/


#sub_container { 
  background-color: #e2efff;
  border-bottom: 1px solid #e2efff;
  width:       763px;
  margin-left:  auto;
  margin-right: auto;
  position: relative;
}


#box_text {
/*  scrollbar-base-color: #bfd9f2;
  scrollbar-track-color: #f9f9fa; */
  text-align:     justify;
  background-color: white; 
  width:            440px;
  min-height:       350px;
  _height:          350px;
  padding:           20px;
  overflow:       display;
  margin-left:       auto;
  margin-right:      auto;
}




/* --- Copyright --- */
#copyright{
  background-color: #f9f9fa;
  clear:           both;
  font-size:       10pt;
  color:         silver;
  text-decoration: none;
  width:          450px;
  text-align:    center;
  margin-right:    auto;
  margin-left:     auto;
}


a {
  font-style:       normal;
  font-weight:      normal;
  color:           #696969;
  text-decoration:    none;
}

a:hover {
  background:      #404040;
  color:             white;
  text-decoration:    none;
}




