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



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


/*sets content pane to fill whole column*/
.contentpane {
	width:840px;
	background-color: transparent;
	padding: 0px;
	margin-left:20px; 
	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;
}


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

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


.H1 {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 22px;
font-weight: normal;
color: #333366;
padding-top: 10px;
padding-bottom: 10px;
text-align:center;
}




