@charset "utf-8";
/* CSS Document */

#interiorContainer{
	position:absolute;
	width:975px;
	left:50%;
	margin-left:-487px;
}

	#navSub_interior{
		position:relative;
		width:975px;
		height:30px;
		background:url(../images/subNav_interiorBgNew.png) no-repeat;
		text-align:right;
	}/*
	#navShadow_interior{
		position:relative;
		width:975px;
		height:6px;
		background:url(../images/subNav_interiorShadow.png) no-repeat;
	}*/

#interiorContentLeftBorder{
	position:relative;
	float:left;
	width:3px;
	height:709px;;
	background:url(../images/border_fadeL.png) top no-repeat;
}
#interiorContentRightBorder{
	position:relative;
	float:right;
	width:3px;
	height:709px;
	background:url(../images/border_fadeR.png) top no-repeat;
}

#contentInterior{
	position:relative;
	float:right;
	width:969px;
	background:url(../images/content_bg.png) repeat-y;
}

#interiorContent{
	position:relative;
	top:10px;
	left:39px;
	width:892px;
	height:100%;
}
	#interiorContent_top{
		position:relative;
		width:892px;
		height:24px;
		background:url(../images/expansionContent_top.png) no-repeat;
	}
	#interiorContent_middle{
		position:relative;
		width:892px;
		background:url(../images/expansionContent_mdl.png) repeat-y;
	}
	#interiorContent_bottom{
		position:relative;
		width:892px;
		height:24px;
		background:url(../images/expansionContent_btm.png) no-repeat;
		margin:0 0 10px 0;
	}
.imgBorder{
	border:1px solid #6db33f;
}
.rightFloat{
	float:right;
	margin:20px;
}
.leftFloat{
	float:left;
	margin:20px;
}
.centerImg{
	text-align:center;
}

#heroes table{
	text-align:center;
}
#supporterTable td{
	padding:0 15px 0 0;
}

#contentInteriorBottom{
	position:relative;
	clear:both;
	width:969px;
	height:28px;
	background:url(../images/content_interiorBottomNew.png) no-repeat;
}
#interiorFill{
	position:relative;
	width:969px;
	background:#542988;
}
#interiorFooter{
	clear:both;
	position:relative;
	width:975px;
	padding:20px 0 0 0;
}
