@charset "utf-8";
body {
	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: #e8ffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #dbb7ff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-color: #ead5ff;
	background-image: url(images/StripeNarrow.png);
	background-repeat: repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dbb7ff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #footer {
	background-color: #e2c6ff;
	background-image: url(images/StripeNarrow.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2c6ff;
	padding-right: 10px;
	padding-left: 10px;
}
.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 */
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	clear: both;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #009999;
}


.photoLeft {
	float: left;
	border: 1px solid #333333;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
	clear: both;
}
.imageLeftNoBorder {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.photoRight {
	float: right;
	border: 1px solid #333333;
	margin-bottom: 15px;
	margin-left: 20px;
	clear: both;
}
.photoBorder {
	border: 1px solid #333333;
}

.photoLeftLetter {
	float: left;
	margin-right: 1px;
}
.purpleText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993399;
}
.quoteText {
	color: #006666;
	text-align: left;
}
.quoteSource {
	color: #333333;
	padding-left: 25px;
}

.tealText {
	font-weight: bold;
	color: #009999;
}
.violetText {
	font-weight: bold;
	color: #990066;
}
.titleText {
	font-family: Biondi;
	font-weight: normal;
	color: #3C3C3C;
}
#quotes {
	margin-left: 25px;
	margin-right: 15px;
}
.buyNowButton {
	margin-left: 55px;
}

