body {
text-align: center; 
}
img {
border:0px;
}
div.open_notebook {
     background-image: url("/images/main2.gif");
     width: 621px;
     height: 457px;
     margin-left: 10px; 
     margin-right: 10px;

}
div.notebook_left
{
     position:relative;
     border: solid 0px;
     top: 50px;
     left: 17px;
     width: 225px;
     height: 360px;

     float: left;
}
div.notebook_right
{
     position:relative;
     border: solid 0px;
     top: 53px;
     left: -30px;
     width: 225px;
     height: 365px;

     float: right;
}
div.navigation_left
{
     position:relative;
     border: solid 0px;
     top: 39px;
     left: 0px;
     width: 32px;
     height: 365px;

     float:left;
     text-align:right;
}
div.navigation_right
{
     position:relative;
     border: solid 0px;
     top: 39px;
     left: -12px;
     width: 32px;
     height: 365px;

     float:right;
     text-align:left;
}

div.misc_box 
{
     position:relative;
     border: solid 1px;
     top: 0px;
     left: 0px;
     width: 222px;
     height: 225px;
 float:right;
     text-align:left;
}








