@charset "utf-8";
.twoColFixRtHdr #container {
	background-color: #FCF7F5;
	background-image: url(../../Images/faux_column/sexuality_faux_column.png);
} 
.twoColFixRtHdr #header {
	background-color: #BE4234;
} 
.twoColFixRtHdr #container #SexualityNav {
	margin-top: -22px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #EBB9B4;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #BE4234;
} 
