@charset "utf-8";
.twoColFixRtHdr #headerContainer {  
	background: transparent url(../images/header_container_nosidebar_bg.jpg) left top repeat-y;
} 
.twoColFixRtHdr #contentContainer { 
	background: transparent url(../images/content_container_nosidebar_bg.jpg) left top repeat-y;
} 
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 17px 10px 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 937px;
}
.twoColFixRtHdr #mainContent h1 {
	width: 917px;
	background: #e4e6e7 url(../images/h1_nosidebar_bg.jpg) left top no-repeat;
}
.twoColFixRtHdr #footerContainer { 
	background: #FFFFFF url(../images/footer_container_nosidebar_bg.jpg) left top no-repeat;
}
.twoColFixRtHdr #mainContent h1.eventsIcon, body.mceContentBody h1.eventsIcon {
	padding-left: 36px;
	width: 881px;
	background: #e4e6e7 url(../images/h1_nosidebar_events_bg.jpg) left top no-repeat;
}