*{
margin:0;
}
body  {	
	margin: 0; 
	padding: 0;
	text-align: center; 
}

#header { 
	margin: 0 auto; 
	width: 756px;  
	text-align: left;
	height:133px;
} 


#container { 
	margin: 0 auto; 
	width: 756px;  	
	text-align: left;
	/*margin-top:-21px;*/
	/*border:5px solid #000000;*/
} 


#content-container { 
margin:0 12px 0 14px;
width:730px;
padding:0;
/*border:5px solid #6633CC;*/
}


#sidebar1 {
	padding:0;
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; 
  /*  border:5px solid #000000;*/
}
#mainContent { 
	padding:0;
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left 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. */	
	width:570px;/*567px - for ie;*/
	background-image:url(../gfx/bg-pge-content-top-grad.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*border:5px solid #6633CC;*/
} 

#pageContent { 
	padding:24px 30px 0 26px;
	margin:0;
	background-image:url(../gfx/bg-pge-content-inner-rht.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:400px;
}

#footer { 
	width:756px;
	margin:0 auto;
	padding:0;
} 

.float_right { /* 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;
}
.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
	height:0px;
    font-size: 1px;
    line-height: 0px;
}