@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000030;
}
.oneColFixCtr #mainContent {

padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


	/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:401px;
	width:954px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	background-image: url(images/new/schussler-hot-dog-hall-of-fame.jpg);
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}




#container #content {
	height: 107px;
	width: 954px;
	background-color: #000030;
}
#content #cleft {
	float: left;
	height: 107px;
	width: 261px;
	background-image:url(images/new/steve-content.jpg);
}
#container #social {
	font-family: Calibri, Arial, Helvetica, sans-serif,;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 843px;
	padding-top:13px;
	float:left;
}
.sliderheader {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, "Arial Narrow", ;
	font-size: 15px;
	font-weight: bold;
	color: #CDC6F2;
}

#container #player {
	font-family: Calibri, Arial, Helvetica, sans-serif,;
	font-size: 11px;
	color: #FFFFFF;
	height: 25px;
	width: 108px;
	padding-top:13px;
	float:left;
}


#content #cmiddle {
	float: left;
	height: 107px;
	width: 447px;
	background-image:url(images/new/content-middle.gif);
}

.slider{
	
	height: 97px;
	width: 437px;
	padding: 0px;
}


.sliderWrap .sliderContent {
	height: 97px;
	width: 437px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.sliderContent a {
	color: #FFFFFF;
	text-decoration: none;
}


#content #cright {
	float: left;
	height: 107px;
	width: 246px;
	background-image:url(images/new/content-right.gif);
}
.img-news {
	padding-right: 6px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}