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;
	background-color: #000000;
}
.oneColElsCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #87898D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../images/silk.jpg);
	background-repeat: no-repeat;
	height: 780px;
}
.oneColElsCtr  #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	height: 420px;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=00);
	-moz-opacity:0.00;
	opacity: .0;
	background-repeat: no-repeat;
}

.oneColElsCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/cushion_base.png);
	background-repeat: repeat;
	height: 127px;
	width: 1000px;
}
.oneColElsCtr  #logo   {
	background-image: url(../images/logo1.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 250px;
	top: 15px;
	height: 96px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 362px;
}
.oneColElsCtr #navigation {
	width: 1000px;
	height: 24px;
	background-image: url(../images/nav_grad.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.oneColElsCtr #footer {
	height: 45px;
	width: 1000px;
	position: absolute;
	top: 750px;
	background-image: url(../images/foot_grad.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #text1 {
	background-color: #000000;
	position: absolute;
	height: 402px;
	width: 245px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	visibility: visible;
}
.oneColElsCtr #footText1 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	font-size: 11px;
	color: #666666;
	margin-top: 6px;
	font-weight: normal;
}

.oneColElsCtr #footText2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	font-size: 10px;
	color: #666666;
	margin-top: -2px;
}
