@charset "ISO-8859-1";


body { /* specifies the background color, image, and default font details for the page */
	background: #fff url(images/leahinewbg.jpg) no-repeat left top;
	font-size: 100%;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 16px;
}

p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.5;
}

.img-center { text-align: center; }


#movieGallery {
	margin-top: 15px;
	margin-bottom: 15px;
}

