/*  
Theme Name: Architecture Today
Description: Adverts formatting
*/
.bannerAd
{
	position:relative;
	left:183px;
	width:728px;
	height:90px;
/*	background-image: url("728x90.gif");*/
	margin-top:20px;
	margin-bottom:15px;
	margin-left:0px;
}
.bannerAd img {
	position:absolute;
	top:0px;
	left:0px;
}
.bannerAdvertOld /*No longer in use*/
{
	position:relative;
	left:183px;
	width:728px;
	height:90px;
/*	background-image: url("728x90.gif");*/
	margin-top:20px;
	margin-right:200px;
	margin-bottom:15px;
}
.bodyAdsHolder
{
	display:inline;
	margin-left:3px;
	width:312px;
	float:left;
	background-color:#e0e1e2;
	position:relative;		
}
.boxAds {

/*	background-image: url("300x250.gif");*/
	margin-bottom:20px;
	height:250px;
	width:300px;
	margin:6px 6px 19px 6px;
	
}
.boxAds img{

}

.miniAdsLeftContainer{
	width:125px;
	margin-top:0px;
	margin-left:0px;
	float:left;
}
.miniAdsRightContainer{
	width:125px;
	margin-top:0px;
	margin-left:30px;
	float:right;
}
.miniAd{
/*	background-image: url("120x60.gif");*/
	width:120px;
	height:60px;
	float:left;
	margin: 0 5px 5px 5px;
}

.miniAdLeft{
/*	background-image: url("120x60.gif");*/
	width:120px;
	height:60px;

	margin: 0 5px 5px 5px;
}
.miniAdRight{
/*	background-image: url("120x60.gif");*/
	width:120px;
	height:60px;
	float:right;
	margin: 0 5px 5px 5px;


}