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;
	background:url(images/templateimages/bg.jpg);
	background-repeat:repeat;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:10px 10px;
	background: #D6D6D6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container td {
	border: 1px solid #333;
	background-color: #FFF;
	vertical-align:top;
}
.oneColFixCtr #contact {
	font-size:smaller;
	line-height:130%;
	padding: 20px 10px;
}

.oneColFixCtr #mainContent {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 105%;
	text-align:left;
	color:#000;
	line-height:1.3em;
	letter-spacing:0.04em;

}
.oneColFixCtr #mainContent td {
	border: 0px;
	text-align:center;
}
.oneColFixCtr #behind td {
	vertical-align:middle;
	line-height:140%;
}
.oneColFixCtr #navBar td {
	padding: 5px 20px;
	border: hidden;
	text-align:center;
}
.oneColFixCtr #spacer td {
	background-color:none;
	border:none;
}
.oneColFixCtr #footer {
	font-size:small;
	font-style:italic;
}
.oneColFixCtr #footer td {
	vertical-align:middle;
}
.oneColFixCtr h1 {
	font-size: xx-large;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color:#333;
	line-height:1em;
	text-align:center;
}
.oneColFixCtr h2 {
	font-size:x-large;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	text-align:center;
	color:#333;
}
.oneColFixCtr h3 {
	font-size:larger;
	letter-spacing:0.2em;
	text-transform:uppercase;
	text-align:center;
	color:#333;
}
.oneColFixCtr h4 {
	font-size:large;
	font-style:italic;
	color:#333;
}
.oneColFixCtr h5 {
	font-size:medium;
	text-transform:capitalize;
	text-align:center;
	color:#333;
	letter-spacing:0.1em;
}
.oneColFixCtr a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.oneColFixCtr a:hover {
	color: #666;
}
.oneColFixCtr #mailto a:hover {
	color: #666;
}

.oneColFixCtr img {
	border:none;
}

.oneColFixCtr #mailto a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
