@charset "utf-8";
/* CSS Document */

.twoColFixRtHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FCF3E0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../../Images/faux_column/lifestyle_faux_column.png);
} 
.twoColFixRtHdr #container #Lifestyle {
	margin-top: -27px;
}

.twoColFixRtHdr #header {
	background-color: #A2720D;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px;
	background-color: #F4CE80;
	margin-left: 2px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.twoColFixRtHdr #mainContent {
	background-color: #FCF3E0;
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
} 
.twoColFixRtHdr #footer {
	color: #000000;
	background-color: #A2720D;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
} 
.twoColFixRtHdr #container #mainContent #Strip {
	float: none;
}
.twoColFixRtHdr #container #mainContent h1 {
	padding-top: 0px;
}
.twoColFixRtHdr #container #mainContent ul {
	padding-bottom: 0px;
}
