/* CSS Document */

.adWrapper {
	width:675px;
	margin:auto;
}

.adRoundedTop {
	background:url("../images/ad_top.jpg") top left no-repeat;
	width:675px;
	height:27px;
	margin-top:20px;
}

.adContentWrapper {
	background:#E6CF89;
	height:100%;
}

.adRoundedBottom {
	background:url("../images/ad_bottom.jpg") top left no-repeat;
	width:675px;
	height:24px;
	margin-bottom:20px;
}

.adImage {
	float:left;
	padding-left:10px;
	margin-right:10px;
}

.adText {
	float:left;
	background:#FFFFCD;
	padding:5px 10px 5px 10px;
	width:520px;
	line-height:13px;
}

.adText h3 {
	color:#5C0000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}	