@CHARSET "ISO-8859-1";
*{
    padding:5px;
    margin:auto;
}
body{
    background-color: #a79d94;
    font-family:Verdana;
    font-size: 8pt;
    line-height:17px;
    color:#ffffff
}
#container{
    width:564px;
    height:890px;
    padding:0px;
    background-image:url("../background2_lpl_logo.jpg");
}
#border{
    background-color: #ffffff;
    width:564px;
    height:894px;
    padding:10px;
}
#nav{
  position:relative;
  width:554px;
  top:540px;
  padding:10px 0px 0px 20px;;
}
#nav li {
    float:left;
    list-style:none;
    font-size:10px;
    padding:0px;
  }
.button{
    background-image:url("../button.png");
    margin:0px 20px 0px 0px;
    text-align:center;
    text-decoration:none;
    display:block;
    width:85px;
    height:20px;
    padding:4px 0px 0px 0px;
    font-size:13px;
}
#text{
  position:relative;
  width:545px;
  height:180px;
  top:370px;
  overflow:auto;
}
h1{
  font-size: 12pt;
  line-height: 16px;
}
h2{
  font-size: 10pt;
   line-height:12px;
}
h3{
  font-size: 9pt;
  line-height:8px;
}
.maillink{
  text-decoration:none;
  color:#68EF7A;
}

