@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; /* 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: #000000;
	background-repeat: repeat-x;
	background-image: url(images/BlueBlackMahiTransGrad.png);
}
.oneColElsCtr #container {
	width: 754px;
	margin: 0 auto;

}
.header {
	text-align: right;
	position: absolute;
	width: 950px;
	font-weight: bold;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	color: #3F3717;
}

.oneColElsCtr #mainContent {
	text-align: left;
	position: static;
	background-attachment: scroll;
	background-image: url(images/JasonHomePageWithBentNAVCrop6-18.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	word-spacing: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;
}

.oneColElsCtr #homepage {
	text-align: left;
	word-spacing: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;
}
