.maincontheadings {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.menuitalic {
	font-style: italic;
}
.pbcontact {
	color: #000;
	font-weight: bold;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FAFAFA;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border: 1px solid #E0E0E0;
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/scroll_3.jpg);
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-position: 450px -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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 100px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 16px;
	color: #353C36;
	width: 400px;
	height: 500px;
}
.oneColFixCtrHdr #mainContentright {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #353C36;
	float: right;
	margin-right: 10px;
	z-index: 1;
	position: relative;
	top: 310px;
	right: 20px;
	margin-top: -280px;
	border: 1px solid #EFEFEF;
	padding: 20px;
}
.oneColFixCtrHdr #footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: lighter;
	background-color: #EFEFEF;
	z-index: -1;
	height: 30px;
	padding: 10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
.oneColFixCtrHdr #menu {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #999;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}
.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 */
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
