@charset "utf-8";
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #ADC298;
	background-image: url(../images/index_04.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 1030px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D6E2CB;
}
.oneColFixCtr #mainContent {
	padding: 0;
}
.oneColFixCtr #container #mainContent #navigation {
	background-repeat: no-repeat;
	height: 134px;
	width: 1030px;
	background-image: url(../images/index_02.jpg);
}
.oneColFixCtr #container #mainContent #mainText {
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 1030px;
	color: #333333;
}
.oneColFixCtr #container #lowerContent {
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	height: 480px;
	width: 1030px;
}
.oneColFixCtr #container #mainContent #navigation #navigationText {
	margin-left: 510px;
	padding-top: 115px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #container #mainContent #mainText #mainTextInside {
	padding-left: 510px;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 30px;
}
.oneColFixCtr #container #lowerContent #lowerContentText {
	padding-left: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
}
