BODY {
       margin: 0px;
       padding: 0px;
       background: white;
       }

#logo {
        display:none
        position: absolute;
        left: 50px;
        top: 0px;
        width: 900px;
        height: 80px;
        background: url(/images/plg.gif) no-repeat;
}

#maintopic {
             display:none;
             left: 50px;
             top: 80px;
             width: 900px;
             height: 30px;
             border-top: 1px solid black;
             overflow: hidden;
}

#plaintext {
             position: absolute;
             left: 750px;
             top: 86px;
             width: 195px;
             height: 30px;
             text-align: right;
             z-index: 100;
}

#youarehere {
              position: absolute;
              left: 50px;
              top: 111px;
              width: 900px;
              height: 30px;
              }

#youarehere a {
                display: block;
                float: left;
                height: 30px;
                padding: 0px 10px 0px 23px;
                line-height: 30px;
                color: #888888;
                text-decoration: none;
                }

#maintopic a {
               display: block;
               float: left;
               height: 30px;
               padding: 0px 10px 0px 10px;
               line-height: 30px;
               color: black;
               text-decoration: none;
               font-size: 10px;
               letter-spacing : 2px;
}

#topic {
         display: none;
         position: absolute;
         left: 50px;
         top: 145px;
         width: 199px;
         background-color: white;
         }

#topic a {
           margin: 0px 0px 0px 0px;
           color: white;
           display: block;
           border-bottom: 1px solid black;
           text-decoration: none;
           }
#topic li {
            margin: 0px 0px 0px 0px;
            color: white;
            display: block;
            border-bottom: 1px solid black;
            }

#topic li a{
             display: block;
             margin: 0px 0px 0px 0px;
             padding: 6px 6%;
             background-color: white;
             font: bold 0.8em /1.0 arial, sans-serif;
             color: white;
             text-decoration: none;
             width: 88%; 
             }

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;	
}

#topic a:hover, #topic a.active {
                                  color: black;
}

#topic h1 {
            padding: 9px 20px 9px 20px;
            background-color: white;
            font-size: 100%;
            font-weight: bold;
            color: black;
            letter-spacing: 1px;
            margin: 0px;
}

#eyecatcher {
              position: absolute;
              left: 250px;
              top: 145px;
              width: 700px;
              height: 150px;
}

#content {
           position: absolute;
           left: 270px;
           top: 315px;
           width: 460px;
           padding: 0px;
           margin: 0px;
}





