@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

.footerFont {
	color: #FFdd00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}

#wrapper {
		margin:auto;
		padding: 0px 0px 0px 15px;
		width: 995px;
		height: auto;
		background-image: url(../art/sides.png);
		background-color: #000;	
}
		
#header {
	width: 980px;
	height: 160px;
}

#flash {
	width: 980px;
	height: 700px;
	background-color: #000;
		}
		
#midContainer {
	width: 980px;
	height:auto;
	margin: 0px 0px;
	background-color: #000;
	overflow: hidden;
}

#leftNav {
	width: 240px;
	height: auto;
	float: left;
	overflow: hidden;
}

#rightContainer {
	width: 738px;
	float: right;
	overflow: hidden;
}

#footer {
	width: 980px;
	height: 38px;
	margin: 0px 0px;
	background-image:url(../art/footerGraphic.png);
}

#shareSite img, #shareSite a, #shareSite span{
	display:block;
	height:16px;
	width:16px;
}
a img{
	border:none;
}
#shareSite a, #shareSite span, #shareSite h3{
	float:left;
	margin:0 2px 0 0;
}
#shareSite img{
	
}

#shareSite .stico_default{
background:transparent url(../art/email.png) no-repeat scroll 0 0 !important;
}

.stico_default{
	width:16px;
	overflow:hidden;
	padding:0 !important;
}

