body {

	background: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	color: #000000;
}
.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtr #mainContent {
 padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #welcome {
	position: relative; left:20px; width:440px; 
}

.oneColFixCtr #textContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	left: 20px;
	width:440px;
	color: #000000;
	}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}
.txt a:link {
	
	color: #000000;
	text-decoration: underline;
}
.txt a:visited {

	color: #000000;
	text-decoration: underline;
}
.txt a:hover {
	
	color: #000000;
	text-decoration: none;
}.txt a:active {
	
	color: #000000;
	text-decoration: underline;
}

	.oneColFixCtr #textContainer a: link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	}
	.oneColFixCtr #textContainer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	}
	.oneColFixCtr #textContainer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
	.oneColFixCtr #textContainer a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
	
	
	.oneColFixCtr #textContainerinner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	left: 20px;
	width:760px;

	} 
.oneColFixCtr #banner{
	float: right;
	width:280px;
	margin-right: 20px;
	margin-top: 0px;
}

.oneColFixCtr #picture{
	float: right;
	width:235px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
