/* CBWP style sheet 2008; positioning a right column div area away from the left side */

/*

03_pushright_liftup.css 

*/

/* 
To take advantage of this css layout style,  
the HTML Page must include this div tag; 
	< div id="pushright_liftup" > 
*/

#pushright_liftup {
	position:absolute;
	left:187px;
	top:112px;
	margin: 0 auto;
}	

