@charset "utf-8";
body {
	font: 100% 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-color: #999999;
}
.oneColFixCtrHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #4E3328;
	height: 600px;
	background-image: url(judysballsimage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #containerAbout {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 600px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-color: #D7E790;
	border-right-color: #D7E790;
	border-bottom-color: #D7E790;
	border-left-color: #D7E790;
	color: #4E3328;
}
.oneColFixCtrHdr #header {
	background-color: #D5E48F;
	color: #D5E48E;
	background-image: url(JPalle-header.gif);
	height: 160px;
	width: 800px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent {
	color: #D5E48E;
	background-position: center;
	height: 375px;
	font-size: small;
	padding: 0;
	margin-right: 10px;
	margin-left: 50px;
}
.oneColFixCtrHdr #mainContentAbout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #FFFFFF;
	height:375px;
	width:800px;
	color: #4E3328;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContentOrder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #FFFFFF;
	height:375px;
	width:800px;
	color: #4E3328;
	font-weight: bold;
	overflow: auto;
}
.oneColFixCtrHdr #mainContentFlavors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #FFFFFF;
	height:375px;
	width:800px;
	color: #4E3328;
	font-weight: bold;
	overflow: auto;
}
.oneColFixCtrHdr #AboutText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	height:350px;
	width:585px;
	color: #4E3328;
	font-weight: normal;
	float: right;
	padding-bottom:15px;
	overflow: auto;
}
.headshot {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	padding-left: 15px;
	font-size: small;
}

.oneColFixCtrHdr #footer {
	color: #D5E48E;
	background-color: #4E3328;
	border: medium solid #D5E48E;
	font-size: small;
}
.oneColFixCtrHdr #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 */
}
table {
border: 1px solid #333;
} 

