@charset "utf-8";
body {
	margin: 5; /* 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-color: #F2FFF2;
	background-image: url(images/bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 890px;  /* 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. */
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	background-image: url(images/store2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color:#FFFFFF;
	font-size: 18px;
	background-color: #000000;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

.floatLft {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #003300;
}
.floatRgt {
	float:right;
	margin-left: 10px;
	margin-bottom: 8px;
	border: 1px solid #003300;
}
.floatRgtNBord {
	float:right;
	margin-left: 10px;
}
.floatRgtNBord h3{
	border: solid 1px #000;
	font-size: 14px;
	text-align: center;
	color:#FFF;
	background:#060;
}

.clearFloat {
	clear: both;	
}
.box {
	border: 1px solid #003300;
	padding: 8px;
	margin-bottom: 8px;
}
.giftImages {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.textRgt {
	float:right;
	padding:10px;

}
#rightAreaSmall {
	width: 275px;
	float: right;
	border: 1px solid #003300;
}
#rightAreaSmall p {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:12px;
}
#rightArea {
	width: 48%;
	float: right;
	margin-top: 20px;
}
#leftArea {
	float: left;
	width: 49%;
	margin-top: 20px;
}
#leftArea h2 , #leftArea h3 , #rightArea h2 , #rightArea h3 , #leftArea h1 , #rightArea h1{
	border: ridge 4px #006600;
	text-align: center;
	background-color:#003300;
	color:#FFFFFF;
	margin-top: 0px;
}
#SignUp .signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #060;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
}
.bottomImages {
	margin: 0 0 0 -1px;
	padding: 0;
	width: 100%;
}
