DIV#options{
	width:160px;
	float:left;
	padding: 0px;
}
DIV#centerPiece DIV#images {
	float:right;
	width: 800px;
}
DIV#options h1 {
	color:white;
	margin-top:0;
	text-transform:uppercase;
	font-size:22px;
	padding: 13px 13px 0px 13px;
}
DIV#options h1.small {
	font-size:18px;
}
DIV#options UL{
	list-style:none;
	margin:0;
	padding:0;
}
DIV#options UL LI{
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0px;
}
DIV#options UL LI span,
DIV#options UL LI a{
	color:white;
	text-decoration:none;
	padding-left:8px;
	display:block;
	padding: 4px 12px 4px 12px;
}
DIV#options UL LI span,
DIV#options UL LI a:hover{
	background: #781014 url(../../images/utilities/nav-arrow.png) no-repeat left 4px top 6px;
}
h2 {
	color:#e71100;
	font-size:22px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
	text-transform:uppercase;
}
@media screen and (max-width: 960px) {
	DIV#centerPiece DIV#images {
		width: calc(100% - 160px);
	}
}

@media screen and (max-width: 700px) {
	DIV#centerPiece DIV#images {
		width: auto;
		float: none;
	}
	DIV#options{
		width: auto;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}
}

.loadingContent {
	background:url(../../images/utilities/loading-content.gif) no-repeat top center;
}
div#frameHold {
	margin:0px auto;
}
iframe#iFramedContent {
	border:none;
	height: 480px;
	width:100%;
}

@media screen and (max-width: 720px) {
	div#frameHold {
		width: auto;	
		margin:0px auto;
	}
}