/* ------------------ */
/* TITLE PAGE (INDEX) */
/* ------------------ */

   /* Set image and caption */

      #index #robinia img { height : 500px ; 
                            float : left ;
                            margin : 0 0 0 20px ;
                            border : 1px solid navy ;
                          }

      #index #robinia_caption { margin : 85px 0 0 70px ;
                                padding-bottom : 20px ;
                                color : navy ;
                              }

   /* Set text */

      #index div#index_text #heading { margin : 20px 30px 0 390px ;
                                       font-weight : bold ; 
                                       background-color : #ccccff ;
                                       padding : 0 0 0 2px ;
                                       border : 1px solid navy ;
                                     }


      #index div#index_text .body_text { margin : 20px 10px 0 390px ;
                                  }

      #index div#index_text .body_text_quote { margin : 20px 10px 0 390px ;
                                               color : teal ;
                                               }

      #index div#index_text .body_text_author { margin : 20px 10px 0 390px ;
                                                color : gray ;
                                              }

