#container {
	background: #FFFFFF url('images/MainBanner.jpg') no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 94px;
	}
	
#menu {
	float: left;
	list-style: none;
	text-align: left;
	width: 200px;
	padding: 0;
	border-top: 1px solid #FF6600;
	display: inline;
	margin-left: 0px;
	}
	
#menu li{
	border-bottom: 1px solid #FF6600;
	}
	
#menu a{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	}
	
#content {
	display: block;
	margin-left: 210px;
	margin-right: 210px;
	}
	
#content-noquote {
	display: block;
	margin-left: 210px;
	}

.col1 {
	width: 290px;
	float: left;
	}
	
.col2 {
	width: 290px;
	float: right;
	}
	
#footer {
	clear: both;
	text-align: center;
	background: #FF6600;
	padding-bottom: 2em;
}
#footer ul{
	margin: 0;
	padding: .5em 0 0 0;
	list-style-type: none;
	/*border-right: 1px solid #000;*/
	text-align: center;
	}
	
#footer li{
	display: inline;
	/*border-left: 1px solid #000;*/
	line-height: 1.1em;
	margin: 0 .4em 0 -.4em;
	padding: 0 .4em 0 .4em;
	}
	
#footer li a{
	border: 1px solid #000;
	text-decoration: none;
	padding: 2px;
	}
	
.i {
	font-style:italic;
	}

.sideQuote {
	float: right;
	text-align: center;
	width: 200px;
	}
	
h1 {
	/*border: 0px 0px 3px 0px solid #FF6600;*/
	border: 5em;
	}
	
.wwplay {
	overflow: auto;
	}
	
.wwplay .img-left{
	float: left;
	}
	
.wwplay .img-right{
	float: right;
	}


.bio{
	min-height: 200px;
	/*height: auto !important;*/
	height: expression( this.scrollHeight < 201 ? "201px" : "auto" ); /* sets min-height for IE */
	border-bottom: 1px solid #FF6600;
	overflow: auto;
	}

.bio img {
	height: 200px;
	float: left;
	}
