.doublelist{
color:#8AAE9D;
font-weight:bold;
font-size:1.2em;
line-height:1.5em;
position:relative;
margin:10px 0;
}

.doublelist ul{
width:200px;
margin-left:100px;
float:none;
}

.doublelist ul+ul{
position:absolute;
top:0;
left:400px;
margin:0;
}

.doublelist ul li{
list-style:url(images/bullet.gif);
}
#main-holder{
border-left:1px solid #9BC6CF;
border-right:1px solid #9BC6CF;
}



/* RECTANGLE ADVERT STYLING  */

#rec_ads{
margin-bottom:15px;
}

.rec_ad{
border:3px solid #a8cccf;
height:100px;
margin-bottom:5px;
}
.rec_ad h1{
font-weight:bold;
font-size:1.8em;
line-height:1.5em;
padding:5px 9px 0 9px;
}
.rec_ad p.body{
padding:5px 0px 5px 12px;

font-size:0.8em;
line-height:1.5em;
}

.rec_ad p.rec_ad_img{
float:right;
margin-left:10px;
}



