<html>

<head>
<!-- 
   New Perspectives on HTML and XHTML
   Tutorial 7
   Tutorial Case

   Online Scrapbooks: Getting Started
   Author: Joe Laslie
   Date:   9/24/07

   Filename:         start.htm
   Supporting files: scraps.css, scraps.jpg, print.css
-->
<title>Getting Started</title>
<link href="scraps.css" rel="stylesheet" type="text/css" />
<style type="text/css">
	#firstp:first-line {font-variant: small-caps}
	#firstp:first-letter {float: left; font-size: 400%; line-height: 0.8}
	#box {width: 200px; float: right; background-color: ivory; margin: 5px 0 5px 5px; border: 5px outset orange}
	#box h3 {text-align: center}
	#box ul {list-style-type: circle; margin-left: 20px; padding-left: 0px}
	#box li {font-family: sans-serif; font-size: 8pt}
/* Online Scrapbooks Screen Styles */
body {color: brown}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: orange}
address {color: orange; font-style: normal; font-variant: small-caps; text-align: center; clear: both}
	h1 {font-family: sans-serif; color: orange}
address {color: orange; font-style: normal; font-variant: small-caps; text-align: center; clear: both; border-top: 1px solid orange}
#head {text-align: right; border-bottom: 1px solid orange}
#links {width: 150px; float: left; background-color: rgb(212, 142, 0); margin-right: 10px; padding: 10px; border: 2px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 9pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}
#links a.newgroup {margin-top: 15px}
#main {width: 70%; float: left; border-left: 1px solid orange; padding-left: 10px}
</style>


</head>

<body>
<p id="head><img src="scraps.jpg" alt="Online Scrapbooks" width="314" height="75" /></p>
<p id="links">
   <a href="index.htm">Home</a>

   <a href="start.htm">Getting Started</a>

   <a href="tips.htm">Scrapbooking Tips</a>
   <a href="supply.htm">Supply List</a>
   <a href="tutorial7section2.html">Glossary</a>
   <a href="classes.htm">Online Classes</a>

   <a href="samples.htm">Sample Pages</a>

   <a href="store.htm" class="newgroup">Online Store</a>

   <a href="cart.htm">Shopping Cart</a>
   <a href="checkout.htm">Checkout</a>
   <a href="account.htm">Your Account</a>

   <a href="status.htm">Order Status</a>
   <a href="wish.htm">Wish List</a>

   <a href="service.htm">Customer Service</a>

   <a href="about.htm" class="newgroup">About Us</a>
   <a href="news.htm">Newsletter</a>

   <a href="faq.htm">FAQ</a>
   <a href="contact.htm">Contact Us</a>
</p>

<div id="main">
<h1>Getting Started</h1>

<p id="firstp">Scrapbooking is the practice of combining photos, memorabilia and stories in
an album, preserving memories for future generations. In recent years scrapbooking
has become a $300 million dollar industry as the public has discovered the
joys of creating albums for families and friends. <b>Online Scrapbooks</b> is there to 
help you with all of the your scrapbooking needs.</p>

<div id="box">
<h3>Basic Materials</h3>
<ul>
   <li>Acid-free paper, card stock, and stickers</li>
   <li>Acid-free pen, markers, and adhesive</li>

   <li>Acid-free emory book album</li>

   <li>Straight and pattern edge scissors</li>

   <li>Photos and photo corners</li>

   <li>Paper punches</li>
   <li>Journalling templates</li>

   <li>Decorative embellishments</li>
</ul>
</div>

<h3>Preserving Your Memories</h3>

<p>Scrapbook albums have existed since the beginning of photography. However the sad fact 
is that photographs and most printed material are not permanent and will fade and yellow 
with age. Scrapbookers of today are aware of these problems and the industry is providing
remedies that will allow scrapbook albums that suffer from minimal deterioration.
The most important thing is to avoid using materials with high acid content which
can cause photos and paper to deteriorate. Another thing to avoid is lignin,
a material that is the bonding element in wood fibers. Over time, paper with lignin
will become yellow and brittle and thus you should only use lignin-free products.
</p>

<p>Your albums should contain page protectors to shield the pages from smudges, oil, and 
dirt that can be transferred from your hands. You should never use albums that use
sticky magnetic pages. The sticky substance will be transferred to the photo
and backing paper causing deterioration. Never crop Polaroid<sup>&reg;</sup> photos
(they will curl and fall apart). Mount all memorabilia on acid-free cardstock
paper and photocopy all newspaper clippings on acid-free paper.</p>
</div>
<address>
Online Scrapbooks &#183;

212 Sunset Drive &#183;

Cutler, KY 83215 &#183;

1 (800) 555-8100
</address>

</body>
</html>