@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
	background-image: url(../images/grip.jpg);
}
.oneColFixCtrHdr #container {
	width: 800px; /* 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. */
	background-color: #DDDDDD;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #990000;
	background-image: url(../images/joetruscott125.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: 650px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: large;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: large;
}
.oneColFixCtrHdr #nav {
	background-color: #000000;
	padding-left: 35px;
}

.oneColFixCtrHdr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	padding-top: 25px;
}
.oneColFixCtrHdr #mainContent p {
	font-size: small;
	line-height: 1.25;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: x-large;
	line-height: 1.25;

}
.oneColFixCtrHdr #mainContent h2 {
	font-size: large;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: medium;
}
.oneColFixCtrHdr #mainContent img {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent li {
	font-size: small;
	padding-bottom: 15px;
	line-height: 1.25;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
	font-size: x-small;
	color: #990000;
}
.oneColFixCtrHdr #footer a {
	color: #990000;
}
.oneColFixCtrHdr #mainContent th {
	font-size: small;
}
