@charset "UTF-8";
body {
	background: #cc9966;
	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: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.marupafltrt {
	float: right;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent p a {
	color: #cc6633;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #006666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 97px;
	padding-left: 20px;
}
.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 */
	color: #cc6633;
}
.oneColFixCtrHdr #mainContent {
	background-color: #006666;
	background-image: url(../images/main-bkgd.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	height: auto;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #cc6633;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #669900;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#669900;
	font-size: 90%;
}
.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 */
}
.oneColFixCtrHdr #footer p a {
	color: #FFF;
	text-decoration: underline;
}
.linkfltrt {
	float: right;
	padding-top: 47px;
}
.leftColumn {
	float: left;
	width: 465px;
	border: thin dashed #cc6633;
}
.rightColumn {
	float: right;
	width: 465px;
	border: thin dashed #cc6633;
}
.marupacenter {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.purchaseImages {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent div h1 a {
	color: #cc6633;
}
