body {
   text-align:left;
}
body#main {
   text-align:center;
   background: #fff url(title.gif) no-repeat bottom right;
}
a {
   text-decoration:none;
}
p, blockquote {
   font-family: arial, helvetica;
   font-size: small;
   color:#355745;
}
p strong {font-weight: bold;
        font-family: arial, helvetica;
        color: #f74a00;}
#container {
   width: 80%;
   height: 80%;
   margin: 1px auto;
   margin-top: 80px;
   border: #d30 solid 3px;
}
#list {
   position:absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   text-align:left;
}
#list p {
   padding-left:6px;
   font-size: 9px;
   line-height: 14px;
   letter-spacing: 2px;
}
#list a {
   color: #375947;
}
#list a:visited {
   color:#cdb;
}
#list a:hover {
   color:#375947;
   border-left: #d30 double 3px;
}
#content {
   position: relative;
   margin: auto;
   top: 15%;
   width: 500px;
   height: 440px;
   border: 0;
}
#toplink {
   position:absolute;
   width:100%;
   top:0;
   left:0;
   text-align:right;
}
#toplink p {
   font-size: 9px;
   font-weight: bold;
   padding-right:20px;
}