#sub-bg{
	background-image:url(../images/xbg-sub1.jpg);
	background-position: 0 0px;
	background-repeat:no-repeat;
	background-color:#e5f1f5;
	width:952px;
	margin-left: 15px;
	overflow:hidden;
}
#sub2-bg{
	background-image:url(../images/xbg-sub2.jpg);
	background-position: 0 0px;
	background-repeat:no-repeat;
	background-color:#e5f1f5;
	width:952px;
	margin-left: 15px;
	overflow:hidden;
}

#sidebar1 {
/*	background-image:url(../images/white-60.png);
*/	position: absolute;
	top: 117px;
	left: 8px;
	width: 150px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	position: absolute;
	top: 135px;
	right: 20px;
	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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin-top: 154px;
	margin-bottom: 48px;
	margin-right: 230px;
	margin-left: 180px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent-sub2{ 
	margin-top: 154px;
	margin-bottom: 48px;
	margin-right: 15px;
	margin-left: 180px;
	padding: 0 10px; 
}
/*#fullContent { 
	width:810px;
	margin-right:auto;
	margin-left:auto;
} 
*/