body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify; /* 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: #211407;
	margin-top: 33px;
	margin-right: 11;
	margin-bottom: 22;
	margin-left: 11;
	padding-top: 33;
	padding-right: 11;
	padding-bottom: 22;
	padding-left: 11;
	background-image: url(../canvas/bg1.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px 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;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
}
.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 {
	background: #4b4b4b;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background-color: #ffffff;
}

.oneColFixCtrHdr #buffer {
	padding: 3px;
	background-color: #b9b9b9;
}
.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 */
}
.style1left {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 44px;
}

.style1any {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

.style1rigth {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding-top: 25px;
	padding-right: 14px;
	padding-bottom: 22px;
	padding-left: 45px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.testor {
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .7em;
}
a:link {
	font-variant: normal;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.style2left {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 44px;
}
.testorCopy {
	letter-spacing: 0.6em;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}
