
/*THIS SKIN CODE ONLY AFFECTS Beautiful World Page*/




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


.toppane {
	margin-top:-15px;
	height:390px !important; 
	overflow: visible;
	}

.contentpane {
	width:840px;
	background-color: transparent;
	padding:60px; 
	margin:0px; 
	float:left;
}



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

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



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


/* text style : most internal text */
.Normal{
	font-size: 13px; 
	font-weight: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	/* color: #543018; */
}


/* div style : keeps artist paragraphs from bumping into each other */

.paragraph{
	float:left;
	height:auto;
	margin: 12px 0px; /* topandbottom, leftandright */
}