body {
	color: #000000;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden; /*prevents unnecessary horizontal scrollbars in IE*/
	overflow-y: auto; /*conditional comment added in html head to add necessary padding to right side to allow content to show from beneath scrollbar*/ 
}

#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
} 
a:link {
	color: #CC3300;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;	
	/*background: #CC3300;*/
}
.deadlink {
	color: #CC3300;
	font-weight: normal;
}
.slideshowcenter {
	text-align: center;
	margin-top: 10px;
}
#newspopmaincontent {
	border: thin solid #999999;
	background: url(../images/tabcontent_bg.gif);
	padding: 10px 10px 10px 10px;
}
#heatherpic {
	float: right;
}
#newspopmaincontent .playerbox {
	text-align: center;
	margin-bottom: 15px;
}
/*The following allows a floated picture to be contained by the content panel div.
For info see http://csscreator.com/?q=attributes/containedfloat.php*/
.floatcontainer:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; } 
.floatcontainer{display: inline-block;} 
/* Hides from IE Mac \*/ * html .floatcontainer {height: 1%;} .floatcontainer{display:block;} /* End Hack */ 

#newspopmaincontent .floatcontainer #bolandminiplayer1 {
	float: right;
	margin: 0px 10px 3px 5px;
	border: thin solid #000000;
}
#centerpix {
	text-align: center;
}
.centerpix {
	text-align: center;
}
.picturelft {
	float: left;
	margin: 0px 10px 0px 0px;
	border: thin solid #000000;
	display: inline;
}
