* {
	margin: 0;
}

* html #overlay{
	background-color: #fff;
}
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#fff;
	/*background-image:url('../images/bricks.jpg');*/
	text-align:center; /* horizontal centering for IE Win quirks */
	padding-bottom:100px;
	margin:0;
	padding:0;
}
#mainheader {
	background-image:url('../images/header.jpg'); background-repeat:no-repeat;
	height:100px; width:966px;
	border:1px solid #000;
	text-align:center;
}
#feed {
	width: 300px; height:140px;
	margin:0 0 0 50px;
	color:#fff;
	float: right;
}
#flashholder {
	background-color:#fff;
	width: 100px; height:412px;
	border-right:1px solid #000;
	margin-top:5px;
	float:right;
}
#textbox2 {
	width:620px; height:412px;
	background-color:#fff;
	border:1px solid #000;
	float: left; /* must float */
	margin-top:5px;
}
#innerText {
	width:560px; height:400px;
	margin:5px 0 0 32px;
	font-family:Calibri;
	color:#000;
	font-size:1em;
}
#innerText p {
	margin:0 0 8px 4px;
	font-family:Calibri;
	color:#000;
	font-size:1em;
}
#mp3 {
	height:100px; width:300px;
	float: right;
}
#footer {
	height:35px; width:956px;
	margin-top:5px;
	padding: 15px 5px 0 5px;
	background-color:#336699;
	/*background-color: hsla(200, 90%, 14%, 1);*/
	border-top:3px solid #333;
	text-align:center; /* overrides text-align center in position.css */
	float:left; /* must float to display beneath content */
}
#footerTxt {
	color:#fff;
	font-size:1.1em;
	font-family:Calibri;
}

