/*This file contains the styling for the advertisements and all id's with the 'ad_' prefix*/

/*ad_halfbanner(half-banner ad at the top of the page)*/
	#ad_halfbanner
	{
	position: relative;
	margin: 0px auto 20px auto;
	border: 2px solid;
	width: 234px;
	height: 60px;
	z-index: 100;
	}
	#ad_skyscraper
	{
	/*margin: 20px auto 20px 0px;*/
	/*margin-right: 20px;*/
	border: 2px solid;
	width: 160px;
	height: 600px;
	z-index: 100;
	/*float: left;*/
	/*position: absolute;
	left: -174px;
	top: 25px;*/
	}
	#ad_leaderboard
	{
	margin: 10px 0px;
	border: 2px solid;
	width: 728px;
	height: 90px;
	z-index: 100;
	float: right;
	/*position: absolute;
	right: 0px;*/
	}
