/* Ad Panels */

#ad_panels {
	height: 250px;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}

#ad_panels ul {
	text-align: center; /* aligns all child elements to center */
	padding: 0;
	margin-right: -5px;
}

#ad_panels li {
	background-repeat: no-repeat;
	height: 250px;
	width: 300px;
	padding-right: 5px;
	display: inline-block;
	display: -moz-inline-stack; /* FireFox 2 hack */
}

.ad a {
	color: #ff0000;
	height: 250px;
	width: 300px;
	text-decoration: none;	
	float: left;
}

/* Ad Panels image locations */
/* Repeat data MUST NOT be grouped into a comma-delineated assignment */

.ad a.DailyEmailComic {
	background: url("../img/ad_panels/Ad_Panel_Comic_Strip_A_Day_Email.png");
	background-repeat: no-repeat;
}

.ad a.DailyWebComic {
	background: url("../img/ad_panels/Ad_Panel_Comic_Strip_A_Day_Web.png");
	background-repeat: no-repeat;
}


