
.twoColFixRt #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px;
	height: 600px;
}


.twoColFixRt #sidebar1News {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px;
	height: 600px;
}


.twoColFixRt #sidebar1Portfolio {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px;
	height: 680px;
}


.twoColFixRt #sidebar1Portfolio2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px;
	height: 600px;
}


.twoColFixRt #mainContent { 
	margin: 0 270px 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 31 20 16; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
} 


.twoColFixRt #mainContentNews { 
	margin: 0 120px 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 31 20 16; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
} 

.twoColFixRt #mainContentPortfolio { 
	margin: 0 60 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 31 20 16; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
} 


.twoColFixRt #mainContentPortfolio2 { 
	margin: 0 170 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 31 20 16; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
} 

.twoColFixRt #mainContentTeam { 
	margin: 0 0 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 31 20 16; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	margin: 2 0 20 20;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 2 20 20 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#BreadCrumbs {
	margin: 10 10 4 0;
	padding-top:5px;
	font-size: 10px;
	
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a6a28a;
	
}

#calendar {
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#PgTtl {
	margin: 6 10 6 0;
	padding-top:5px;
	
	
}

#inThisSection {
	background: cfcdb5;
	background-color: cfcdb5;
	width: 270px;
}

#inThisSectionPad {
	padding: 10 0 2 14;
	
}

#homepageRedIntro {
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a20f0e;
	font-size: 11px;
	line-height: 18px;
}


#portfolioLogo {
	padding: 8 8 8 8;
	background: ffffff;
	background-color: ffffff;
	float: left;
	margin: 0 15 10 0;
	border: 1px solid #a6a28a;
}


#headShot {
	padding: 8 8 8 8;
	background: ffffff;
	background-color: ffffff;
	float: left;
}

#headShot2 {
	padding: 8 8 8 8;
	background: ffffff;
	background-color: ffffff;
	
}



#homepageNews {
	padding: 10 0 2 0;
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 8c886f;
	
}

#portfolioRight {
	background-image: url(Images/sgc_r_portfoliobg.png);
	padding: 1 10 10;
	
}