/* CSS Document */

/*#bannerCenter {
	border:dotted green 1px;
	text-align:center;
	position:relative;
	width:733px;
}*/
#bannerGradient {
	position:relative; 
	width:733px; 
	height:100px; 
	border: solid thin blue 0px; 
	background-image:url(../images/banner_grad1.jpg); 
	background-repeat:repeat-x;
	text-align:center;
}
#bannerHolder {
	position:relative;
}
ol.banner {
	position: relative;
	top: 15px;

}
a.bannerLink:link  {
	font-family:arial;
	font-size:13px;
	font-weight:none;
	color:#333333;
	text-decoration:none;
}
a.bannerLink:visited { 
	font-family:arial;
	font-size:13px;
	font-weight:none;
	color:#999999;
	text-decoration:none;
}
a.bannerLink:hover { 
	font-family:arial;
	font-size:13px;
	font-weight:none;
	color:#333333;
	text-decoration:none;
}
a.bannerLink:active { 
	font-family:arial;
	font-size:13px;
	font-weight:none;
	text-shadow:#808080;
	color:#333333;
	text-decoration:none;
}
#live_banner {
	border: thick #999999 1px;
	background-color:#FFE4CA;
	margin:5px 5px 5px 5px;
	text-align:center;
}