body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #dfc8ff;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 177px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/headerBKG.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../images/interiorBKG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
}
.oneColFixCtrHdr #interiorContent {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(../images/interiorBKG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/interiorFootBKG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 790px;
}
.oneColFixCtrHdr #footer p {
	font-size: .75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-indent: 35px;
}
.oneColFixCtrHdr #interiorfooter {
	background-image: url(../images/interiorFootBKG.jpg);
	background-repeat: no-repeat;
	width: 790px;
	background-position: top;
}
.oneColFixCtrHdr #interiorfooter p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .75em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-indent: 190px;
}
.logoBox {
	float: left;
	height: 177px;
	width: 400px;
	clear: none;
}
.sideBar {
	width: 150px;
	float: left;
}
.conentArea {
	margin-left: 160px;
	width: 265px;
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 20px;
}
.homeImage {
	background-image: url(../images/homePeggy.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: -20px;
	margin-left: -20px;
	height: 435px;
}
.homeAnnouncement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #911C1E;
	text-align: left;
	padding-right: 110px;
}
.purchaseNav {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.globalNav {
	height: 240px;
	width: 140px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 15px;
}
.quoteBox {
	height: 147px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 335px;
	float: left;
	clear: none;
	padding-left: 10px;
}
.topQuote {
	background-image: url(../images/quoteMarks.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 300px;
	margin-top: 0px;
}
.quote {
	font-size: 0.8em;
	text-align: left;
	margin-top: -3%;
	margin-bottom: 0px;
	background-image: url(../images/quoteMarksRt.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F205C;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 20px;
}
.goldButton {
	margin-top: 0px;
	margin-bottom: 45px;
	text-align: right;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.first-line {
	font-size: 1.5em;
}
.trailerImage {
	margin-top: 0px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.peggyImageBKG {
	margin-top: 0px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0px;
	background-image: url(../images/aboutPeggyBKG.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}
.contactImageBKG {
	margin-top: 0px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0px;
	background-image: url(../images/contactBKG.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}
.relatedBKG {
	margin-top: 0px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0px;
	background-image: url(../images/relatedBKG.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}
.interiorConentArea {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	width: 400px;
	font-size: .8em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
}
.filmmakerBioArea {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	width: 580px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
}
.showtimes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #5F3273;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5F3273;
}
p {
	line-height: 1.75em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #5f3273;
	line-height: 1.2em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #5f3273;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BF9ED6;
}
.firstColumn {
	float: left;
	width: 300px;
	padding-right: 40px;
	clear: none;
}
.secondColumn {
	float: left;
	width: 220px;
	clear: none;
}
.firstColumnCopy {
	float: left;
	width: 300px;
	padding-right: 30px;
	clear: none;
}
.secondColumnCopy {
	float: left;
	width: 220px;
	clear: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5F3273;
	padding-left: 10px;
}
.movieBox {
	height: 298px;
	width: 400px;
	margin-top: 3px;
	border: 3px solid #E3D9F4;
}
.pageHead {
	padding-bottom: 2px;
	margin-top: 10px;
}
.linkLine {
	line-height: 1.8em;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #911C1E;
	text-decoration: underline;
}
.newsCollapse {
	float: none;
	clear: both;
}
.screeningsHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #B2A0CE;
	text-align: left;
	padding-top: 90px;
	padding-left: 100px;
	padding-right: 40px;
	line-height: 1em;
}
.dvdText {
	float: left;
	width: 165px;
	padding-right: 15px;
	font-size: 1em;
}
.stepsText {
	float: left;
	width: 150px;
	padding-right: 15px;
	font-size: 1em;
}
.printSales {
	clear: both;
	float: left;
	width: 300px;
}
.printSalesCopy {
	clear: both;
	float: left;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF9ED6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BF9ED6;
	padding-bottom: 5px;
	margin-top: 5px;
}
.stepsSalesCopy {
	clear: right;
	float: left;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #BF9ED6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BF9ED6;
	padding-bottom: 5px;
	margin-top: 5px;
}

.dvdImage {
	float: left;
	padding-top: 15px;
	clear: right;
}
.prints {
	float: left;
	padding: 10px;
}
.steps {
	float: right;
	clear: none;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.printPaypal {
	clear: none;
	float: left;
	margin-top: -80px;
	width: 120px;
	padding-left: 10px;
	font-weight: bold;
	color: #5F3273;
}

