body {
	font: 100% Times, "Times New Roman", serif;
	background: #f9f5c2;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_bckg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg) no-repeat; 
	padding: 0px; 
margin-left: -57px;
margin-right: -48px;
width: 1064px;
height: 268px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0px;
	background: url(images/content_bckg.jpg) no-repeat center top;
padding-left: 90px;
padding-right: 90px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.jpg) no-repeat;
width: 1075px;
height: 300px;
margin-left: -57px;
margin-right: -48px;
padding-left: 210px;
padding-top: 40px;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a img {
border: none;
}
#menu {
padding-top: 10px;
margin-left:-10px;
margin-right: -10px;
}
h2 {
color: #78415e;
font-style: italic; 
}
h3 {
color: #b79c52;


}
hr {
color: #b79c52;
}
table.main p {
font-size: 12px; 
padding: 3px;
}
table.main h3 {
color: #fff;
font-size: 14px; 
font-weight: bold;
}
table.main tr td table tr td {
background: url(images/table_bckg.jpg) repeat-x;
 }
p {
color: #000;
font-family: Times, "Times New Roman", serif;
font-size: 13px;
line-height: 1.6em; 
}
a:link, a:visited {
color: #b79c52;
font-weight: bold;
}
a: hover {
color: #fff;
}
