@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	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: #000000;
}
.oneColFixCtrHdr #header {
	top: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: top;
	padding: 0;
}
.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-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 750px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	text-align: center;
	padding: 20px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #666666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #6666CC;
}#leftcontainer {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightcontainer {
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
#rightcontainer img {
	padding: 5px;
	float: right;
}
#leftcontainer img {
	padding: 9px;
	margin-top: 50px;
	margin-bottom: 25px;
	border: 1px none #333333;
}
#BlurbBox {
	color: #999999;
	padding: 20px;
}
#BlurbBox h1 {
	font-size: 16px;
	color: #663399;
}

