img.icon {
	border: none;
	padding: none;
}

div.center-stage { margin-left: 0px; margin-right: 0px; }

div.center-stage-content { border: none; }




div.center-stage * {
	font: inherit;
}

div.center-stage > h1, .center-stage > h2, .center-stage > h3, .center-stage > p,
div.center-stage * h1, .center-stage * h2, .center-stage * h3, .center-stage * p
{
	padding-bottom: 0.5em;
}


div.center-stage > h1, .center-stage * h1 { 
	border: none;
	font-size: 2.5em;
}

div.center-stage > h2, .center-stage * h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
}

div.center-stage > h3, .center-stage * h3 {
	font-weight: bold;
	font-size: 1.2em;
}

div.center-stage > h4, .center-stage * h4 {
	font-size: 1.0em;
	font-weight: bold;
}


img.stage-content {
	position:relative;
	border: none ;
}

img.fl {
	position: relative;
	float: left;
	margin-right:10px;
}


img.fr {
	position: relative;
	float: right;
	margin-left:10px;
}

