
body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #f7f7d6;
	margin: 0;
	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;
}
h1 { color: #00F; }
h2 { color: #00F; }

ul { margin: 10px 25px;  }
li { margin: 10px 25px; list-style: disc; }
a:link, a:visited, a:active {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #B22222;
	background: #EBBBBB;
	text-decoration: underline;
}
.oneColFixCtr #container {
	width: 940px;
	background: url(../images/back.gif) repeat-y;
	margin: 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 90px;
}
.oneColFixCtr #mainContent p {
	margin: 13px auto;
}
.oneColFixCtr #quotes {
	margin: 0 100px;
	font-size: 90%;
	padding: 20px;
	background: #f7f7d6;
	border: 2px dotted #000;
}
.oneColFixCtr #quotepicchris {
	margin: 0 20px 160px 0;
	float: left
}
.oneColFixCtr #quotepicjim {
	margin: 0 20px 60px 0;
	float: left
}
.oneColFixCtr #quotepicmichelle {
	margin: 0 20px 10px 0;
	float: left
}
.oneColFixCtr #quotepicwayne {
	margin: 0 20px 20px 0;
	float: left
}

.oneColFixCtr #order {
	margin: 0 100px;
	font-size: 90%;
	padding: 20px;
	background: #f7f7d6;
	border: 1px solid #000;
}
.oneColFixCtr #footer {
	font-size: 80%;
}
.oneColFixCtr #ordertable {
	padding:2px;
}
.red { color: #FF0000; font-weight: bold; }
.fred { margin-right: 10px; margin-bottom:3px }

.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #226699;
  font-family: Arial, Helvetica, sans-serif;
}
