@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: #333;
}
.oneColFixCtr #container {
	width: 800px;  /* 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-right: auto;
	margin-left: auto;
	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;
}
.oneColFixCtr #mainContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtr #container #mainContent #title {
	width: 798px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(title.jpg);
	height: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.oneColFixCtr #container #mainContent #title #sitetop {
	height: 80px;
	width: 258px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtr #container #mainContent #navbartop {
	width: 200px;
	background-color: #000;
	float: left;
}
.oneColFixCtr #container #mainContent #second2 {
	background-color: #FFF;
	background-image: url(second.jpg);
	width: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 175px;
	float: left;
}

.oneColFixCtr #container #mainContent #maintext {
	width: 559px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtr #container #mainContent #navbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	width: 559px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a {
	color: #666;
}
a:hover {
	color: #999;
}
a:visited {
	color: #333;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
