@charset "UTF-8";
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: 100%;
	background-color: #666666;
	background-image: url(images/dk15.jpg);
}
.oneColLiqCtrHdr #container {
	width: 925px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/jodys%20scrapbookingwebpic.001-001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
}
.oneColLiqCtrHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	top: -10px;
	position: relative;
	color: #366;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #033;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	height: 100px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navigation {
	margin-left: 35px;
	height: 50px;
}
#content {
	text-align: center;
}
#footernav {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
}
#amazon {
	text-align: center;
}
.smallgreen {
	color: #366;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.mediumgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #366;
}
.linkbox {
	background-color: #104045;
	border: 5px none #033;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

