@charset "UTF-8";
/* ::::::::::::::::::::::::::::::::::: this is the style for the scrolling text  ::::::::: */
#scrolling {
	padding-left: 5px;
	padding-right: 5px;
	background: url(../gamesmen_images/topNav_bg.png) center;
	display: block;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 37px;
	width: 680px;
	border-top-style: none;
	border-bottom-style: none;
	text-decoration: none;
	color: #FFF; /* THIS VALUE SETS YOUR FONTS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 37px;
	font-weight: bold;
}

#scrolling:hover {
	background: url(../gamesmen_images/topNav_hover.png);
}

#rightCol .banner p{
	padding-bottom: 10px;
}

#leftCol .banner p{
	padding-bottom: 10px;
}
