/* CSS Document */

.adWrapper {
	width:675px;
	margin:auto;
	list-style-type: none;
}

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

.adContentWrapper {
	background:#E6CF89;
	height:100%;
	border: thin solid rgba(139,65,43,1);
}

.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;
}	.posted {
	font-size: xx-small;
	color: rgba(51,51,51,1);
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgba(134,50,31,1);
	background-color: #F4E9AC;
}
.forms2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #863320;
}
.red {
	color: rgba(255,0,0,1);
}
.blue {
	color: #003399;
}
