div#left-box{ 
              position: fixed;
              left: 10;
              top: 10;
              border-right: 3px #4a4a4a solid;
              min-width: 220px;
              min-height: 600px;
              }
div#photo{ 
/*            position: absolute;
           left: 10px;
           top: 10px;
 *//*            border-width: 3px;
           border-color: #ff0000;
           border-style: solid;
    */     min-width: 160px;
           height: 205px;
           margin: 5px;
           }
div#menu{ 
/*           position: absolute;
          left: 10px;
          top: 220px;
 *//*           border-width: 3px;
          border-color: #00ff00;
          border-style: solid;
    */       min-width: 160px;
          min-height: 240px;
          margin: 5px;
          }

img#logo{ width: 200px;
          }

div.menu-item{ 
               background-color: #eeeeee;
               min-height: 30px;
               margin: 5px;
               border-left: 3px #4a4a4a solid;
               border-bottom: 3px #aaaaaa solid;
               padding: 5px;
               text-align: center;
               vertical-align: middle;
               }
a:hover{ 
         color: #4a4a4a;
         text-decoration: underline;
         }
a{ 
   text-decoration: none;
   color: black;
   font-weight: bold;
   }

a.pdflink{
    text-decoration: underlined;
    color:  red;
    font-weight: bold;
    }


div.menu-item a{ 
                 text-decoration: none;
                 color: black;
                 font-weight: bold;
                 }



div.menu-item a:hover{ 
                       color: #4a4a4a;
                       text-decoration: underline;
                       }


div#content{ position: absolute;
             left: 250px;
             top:10px;
	font-size: 16px;
/*              border-width: 5px;
             border-style: solid;
             border-color: #0000ff;
 */             min-width: 800px;
             min-height: 400px; 
             
             }
div.tab-head{ 
              
              border-bottom: 2px solid black;
              border-left: 2px solid black;
              margin: 5px;
              margin-top: 20px;
              font-weight: bold;
              font-size: 16pt;
              padding: 3px;
              }
div.tab-sub-head{ 
                  text-decoration: underline;
                  font-weight: bold;
                  margin-bottom: 5px;
                  margin-top: 10px;
                  }


div#contacts{ 
              top: 100px;
              left: 10px;
              border-bottom: 3px solid #aaaaaa;
              border-right: 3px solid #4a4a4a;
              margin: 5px;
              margin-top: 20px;
              padding: 10px;
 }

dl.contacts dt { 
                 font-weight: bold;
                 text-decoration: underline;
                 }

div#title{ 
           border-bottom: 3px solid #aaaaaa;
           border-right: 3px solid #4a4a4a;
           margin: 5px;
           padding: 10px;
           min-height: 40px;
           width: 400px;
           text-align: left;
           font-weight: bold;
           background-color: #eeeeee;
 }

div.book-img {
	text-align: left;
/*	border: 3px solid #4a4a4a; */
}

div.book-authors{
	vertical-align: top;	
	text-align: left;
}
