@charset "utf-8";
body {
	background: #666666;
	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: #666;
	font-family: "Myriad Pro";
	font-size: 14;
	font-weight: normal;
}
#sidebar    {
		float: left;
		width: 200px;
		background: #EBEBEB;
		padding: 15px 10px 15px 20px;
}		
.oneColElsCtr #container {
	width: 796px;
	background: #877d5b; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #0000FF;
	text-align: left;
	padding: 5px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent table tr td table tr td table tr td p {
	color: #ffffff;
}
