/* Frontpage Images */
.fpiMain
{
	width: 591px;
	height: 237px;
}

.fpiControlPanel
{
	height: 82px;
	
	position: absolute;
	
	margin-top: 150px;
	margin-left: 6px;

	z-index: 10;
}

.fpiButtons
{
	height: 34px; 
	clear: both;
}

.fpiButton
{
	padding-top: 8px;
	
	margin-left: 2px;
	margin-right: 1px;

	float: left;
	
	background-color: #1f1e1b;

	text-align: center;
}

.fpiButton span
{
	font-weight: bold;
	
	font-size: 20px;
}

.fpiButton span a, .fpiButton span a:hover, .fpiButton span a:visited:hover
{
	color: white;
}

.fpiTitle
{
	width: 205px;
	height: 38px;

	padding-left: 10px;
	padding-top: 10px;

	background-image: url(img/fp-stage-header-bg.jpg);
}

.fpiTitle span
{
	font-weight: bold;

	font-size: 16px;

	line-height: 14px;
}

.fpiTitle span a, .fpiTitle span a:hover
{
	color: white;
}

.fpiImage
{
	width: 591px;
	height: 237px;

	position: absolute;

	z-index: 1;
}
