    body		 {
				   margin           : 0;
                 }

    .nav-header  {
    			   background-color : #ce9800;
                   font-size        : 12pt;
                   text-align       : center;
                   font-weight      : bold;
				   height           : 25px;
				   border-top       : 1px solid #f0e0b2;
                   border-left      : 1px solid #f0e0b2;
                   border-bottom    : 1px solid #725400;
                   border-right     : 1px solid #725400;
    			 }

    .nav-content {
    			   background-color : #f0d98e;
                   height           : 70px;
    			 }

    .button_home {
                   background-image :url("home.png");
                   width            : 60px;
                   height           : 60px;
                   display          : block;
                 }

    .button_home:hover {
                   background-image :url("home_selected.png");
                 }

    .button_index {
                   background-image :url("info.png");
                   width  : 60px;
                   height : 60px;
                   display: block;
                 }

    .button_index:hover {
                   background-image :url("info_selected.png");
                 }

    .button_next {
                   background-image :url("next.png");
                   width  : 60px;
                   height : 60px;
                   display: block;
                 }

    .button_next:hover {
                   background-image :url("next_selected.png");
                 }

    .button_last {
                   background-image :url("last.png");
                   width  : 60px;
                   height : 60px;
                   display: block;
                 }

    .button_last:hover {
                   background-image :url("last_selected.png");
                 }

    .button_first {
                   background-image :url("first.png");
                   width  : 60px;
                   height : 60px;
                   display: block;
                 }

    .button_first:hover {
                   background-image :url("first_selected.png");
                 }

    .button_prev {
                   background-image :url("prev.png");
                   width  : 60px;
                   height : 60px;
                   display: block;
                 }

    .button_prev:hover {
                   background-image :url("prev_selected.png");
                 }

    #mini_pictures {
    			   margin-top: 15px;
    			 }

    #mini_pictures td {
				   width: 120px;
                   text-align: center;
    			 }

