
/*THIS SKIN CODE IS FOR 1-COLUMN LAYOUTS*/



/* 1-col background image*/
body {
	background-image: url(/portals/0/images/background_jb_1col.jpg);
}


/*sets content pane to fill whole column*/
.contentpane {
	width:840px;
	background-color: transparent;
	padding: 0px;
	margin-left:40px; 
	float:left;
}


/*collapses right and bottom panes for this page only*/

.leftpane{
	width:0px;
	height:0px;
	visibility:collapse;
}

.rightpane{
	width:0px;
	height:0px;
	visibility:collapse;
}








