/* CSS Document */

.aboutus_ad, .index_ad, .links_ad, .media2_ad, .media_ad, .news_ad, .welcome_ad {
	width:849px;
	height:80px;
}

.aboutus_ad {
	background-image:url(ad_images/aboutus_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.index_ad {
	background-image:url(ad_images/index_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.links_ad{
	background-image:url(ad_images/links_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.media2_ad{
	background-image:url(ad_images/media2_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.media_ad {
	background-image:url(ad_images/media_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.news_ad {
	background-image:url(ad_images/news_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	

.welcome_ad{
	background-image:url(ad_images/welcome_ad.jpg);
	/*display:block; This line shows the ad.*/
	display:none; /*This line hides the ad.*/
}	