@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
.outer-outer-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
		background-image: url(images/norwich-pops-orchestra-opt.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		width: 100%;
		margin: 0 auto;
		float: left;
		min-height: 1000px;
}
.outerwrapper {
	margin: 0 auto;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.header {
	width: 920px;
	height: 177px;
	float: left;
	text-align: left;
	background-color: #fff;
}
.logo-holder {
	width: 274px;
	float: left;
}
.toppic-holder {
	margin: 18px 0 0 30px;
	width: 590px;
	float: left;
}
h1 {
	font-size: 20px;
	color: #333232;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	color: #333232;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
}
.orange {
	color: #fbbc18;	
}
.innerwrapper {
	background: url('images/innerwrapper-bg.png') repeat-y;
	behavior: url('iepngfix.htc');
	width: 920px;
	float: left;
	min-height:470px;
  height:auto !important;
  height:470px;
 /* background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/innerwrapper-bg.png', sizingMethod='scale');*/
}
.left {
	width: 274px;	
	float: left;
	text-align: left;


}
.textindent-left {
	margin: 30px; 
}
.left ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.left li {
	font-size: 120%;
	margin-bottom: 6px;
	height: 25px;
	margin-left: 0px;	
}
.left a:link {
	text-decoration: none;	
	color: #fff;
	padding-left: 4px;
}
.left a:visited {
	text-decoration: none;	
	color: #fff;
	padding-left: 4px;
}
.left a:hover {
	text-decoration: none;	
	color: #333232;
	padding-left: 4px;
}
.left a:active {
	text-decoration: none;	
	color: #333232;
	padding-left: 4px;
}

.content {
	width: 646px;
	float: right;
	text-align: left;
	font-size: 14px;
	color: #666;
}
.text-indent {
	margin: 30px 60px 30px 30px;	
}
.footer {
	width: 920px;
	float: left;
	background-color: #333232;
	min-height: 30px;
  	height: auto !important;
  	height: 30px; 
}
.footer-indent {
	margin: 6px 0 0 30px;
	font-size: 10px;
	color: #fcd367;
	
}	
.float-r {
	float: right;
	margin: 30px 0px 30px 30px;
}
.content a:link {
	color: #333232;
	text-decoration: none;
}
.content a:visited {
	color: #333232;
	text-decoration: none;
}
.content a:hover {
	color: #333232;
	text-decoration: underline;
}
.content a:active {
	color: #333232;
	text-decoration: underline;
}
.content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.content li {
	margin-left: 0px;	
}
.gallery ul {
	
}
.gallery li {
	display: inline;
}
.black {
	color: #333232;	
}
.red {
	color: #9a2d32;
}
.blue {
	color: #1e2559;
}
