@charset "utf-8";
.twoColFixRtHdr #container #GoalNav {
	margin-top: -27px;
}

.twoColFixRtHdr #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ECF4E8;
	background-image: url(../../Images/faux_column/goals_faux_column.png);
} 
.twoColFixRtHdr #header {
	background-color: #80B75E;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #C2DDB3;
}
.twoColFixRtHdr #mainContent {
	margin: 0 5px 0 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ECF4E8;
	background-image: url(../../Images/faux_column/goals_faux_column.png);
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #80B75E;
} 
