@charset "utf-8";
body {
	font: 100% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/backgroundtile.jpg);
}
#MenuPos {
	background-image: url(images/blank.gif);
	width: 760px;
}
#container  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(images/header.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#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 */
	display: none;
}
#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;
}
#footer  {
	background-color: #7e8e74;
	border: 1px solid black;
	text-align: center;
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
    border: 1px solid black;
}
#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;
}
#header h2 {
	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 */
	display: none;
}
a:link {
   color: #1b4e17;
}
a:visited {
   color: #1b4e17
}
a:active {
   color: #454545;
}
a:hover {
   color: #1b4e17;
}
.fltRt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltLt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.Border {
   border-style: solid;
   border-width: 2px;
   border-color: #6c736f;
}
img.blkBorder {
   border-style: solid;
   border-width: 2px;
   border-color: #000000;
}
img.blkBorderRt {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.blkBorderLt {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearFlt {
	clear: both;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 115%;
}
#samplePages {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#products {
	list-style-type: none;
	text-align: center;
}
#products li {
	display: inline;
}
.orderInfo {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #E7EFF1;
	text-align: center;
}
.orderInfo p {
	padding: 5px 45px;

}
#photoCat img {
	border: 2px solid #000000;
}
