@charset "utf-8";
body {
	background: #000000;

}
.oneColFixCtrHdr #container {
	width:1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#000000;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 53px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
			background-image:url(../images/bkg-phone.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-family:Tahoma, Arial;
	color:#dec7a3;
	font-size:11px;
	text-align:center;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#dec7a3;
	padding:0 15px;
	text-decoration:none;

}

.oneColFixCtrHdr #footer a:hover {
 text-decoration:underline;
}
