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


P{
	font-size: 75%;
	width: 509px;
	margin: 10px 0;
	padding: 0px;}
	
H2{ /* ad style */
	width: 100%;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #000;}

.homeAdSml{
	float: left;
	width: 135px;
	margin: 30px 30px 0 30px;
	padding-top: 30px;
	border-top: 1px solid #FFF;
	}
	
#threeads{
	float: left;
	width: 660px;
	margin: 30px 0px 0 0px;
	padding-top: 30px;
	border-top: 1px solid #FFF;}
	
.homeAds{
	min-height: 200px;
	height: 200px;
	width: 205px;
	float: left;
	margin-right: 20px;
	}

.homeAds ul{
	margin: 10px 0 10px 0;}

.homeAds li{
	font-size: 65%;
	list-style: none;
	padding-left: 8px;
	margin-bottom: 1px;
	background-image: url(/images/Home/bullet.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;}

.homeAds li a:link, .homeAds li a:visited {
	text-decoration: none;}
	
.homeAds li a:hover {
	text-decoration: underline;}

	
.nomargin{
	margin-right: 0px;}
