@charset "UTF-8";
/* CSS Document */

/* Ads */

#bottomAdHolder{
	background-color: #3B3B3C;
	border: 1px solid #333;
	position:relative;
	float:left;
	width:860px;  /* plus padding equals 860 */
	height:100px;
	display:block;
	padding-top:10px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
}

#ad1{
	position:relative;
	background-color: #444;
	border: #333 1px solid;
	width:728px;
	height:90px;
	margin:0 auto;
}
#ad2{
	position:relative;
	float:left;
	border:1px solid #333;
	width:300px;
	height:140px;
}
#ad3{
	position:relative;
	float:left;
	background-color:#444;
	border:1px solid #333;
	width:300px;
	height:250px;
}