<!DOCTYPE html>
<?php include '../assets/inc/head.inc' ;?>

    <body>
        <?php include $_SERVER['DOCUMENT_ROOT'].'/assets/inc/header.inc' ;?>
            <div class="touch-overlay"></div>
            <?php include $_SERVER['DOCUMENT_ROOT'].'/assets/inc/breadcrumbs.inc' ;?>
                

                    <section class="site-content" id="skip-to-content">
                        <div class="container">
                            <div class="row">
                                <div class="col-md-3">
                                    <?php include $_SERVER['DOCUMENT_ROOT'].'/assets/inc/side-bar.inc' ;?>
                                </div>
                                <!-- .col-md-3 -->
                                <div class="col-md-9">
                                    <h1 class="page-title"><?php echo heading1($currentdir, $pagename); ?></h1>
                                      <p>The Bounds Law Library welcomes visitors and members of the community.  Although the primary focus of the law library is to provide services needed by the law faculty and law students, the library offers many services which are available to all who enter.  Our goal is to provide high quality library service.  We are here to help.</p>
									  <p>You can find answers to many of your questions <a href="https://ua-law.libanswers.com">here</a>.</p>
                                      <h2>Circulation</h2>
                                      <p>The Circulation Desk is staffed all hours the library is open to the general public.</p>
                                      <p>Although much of the law library&#8217;s collection is non-circulating, due to its research value, single volume treatises can be checked out.  All <a href="/info/circulation-services.php">check-out and check-in</a> takes place at the Circulation Desk.</p>
                                      <h2>Photocopying Services</h2>
                                      <p>There are three photocopiers for student use.  Two photocopy machines are located near the Circulation Desk in Room 228; a third machine is downstairs in the suite of offices adjoining the Student Lounge.  These  machines require a copy card, which may be purchased from the dispenser in the Gorgas library.</p>
                                    
                                      <h2>Lost &amp; Found</h2>
                                      <p>A lost and found area is maintained at the Circulation Desk.  Please inquire here if you have lost an item in the library. Students with missing possessions may also check with the housekeepers and at the Records Office.</p>
									<!-- .col-md-9 -->
                                    <!-- .row -->
                                </div>
                                <!-- .container -->
							</div>
						</div>
                    </section>

                    <?php include $_SERVER['DOCUMENT_ROOT'].'/assets/inc/footer.inc' ;?>

    </body>

    </html>