body {
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding: 0px;
	line-height: 1.3em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#background {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Old_Shelf_bkg9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#background_contact {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Old_Shelf_bkg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1440px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1px;
	margin-bottom: 0;
	margin-left: 260px;
}

#main_content {
	width: 710px;
	border: 10px groove #593920;
	margin-top: 15px;
	background-image: url(images/site_menu_spacer.png);
	color: #000000;
	padding: 20px;
}
#catalog {
	width: 777px;
	margin-top: 15px;
	padding: 0px;
}


#footer {
	padding: 0 10px;
}
#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 */
	color: #FFFFFF;
}
