body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #212121;}
h1, h2, h3, h4 {margin: 0; font-family:  Verdana, Trebuchet, Arial, Helvetica, sans-serif;}
h1 {font-size: 21px;}
h2 {font-size: 17px;}
h4 {font-size: 14px;}
#wrapper {width: 970px;}
#wrapper #leftcol {position:relative;top:20px;left:10px;width:580px;}
#wrapper #rightcol {position:absolute;top:170px;left:624px;width:250px;}

.item {
	background: #fff url(gfx/rightcol-item-bg.jpg) no-repeat 0 bottom;
	margin-bottom: 8px;
	}

.item h3 {
 margin: 0;
 padding: 0;
 background: #fff url(gfx/rightcol-item-top.gif) no-repeat 0 0;
 width: 250px;
 height: 9,5px;
 text-indent: -9999px;
 font-size: 1px;
}


.item div {
	padding: 0 2px 12px 0;
	display: block;
	}

.item p {
	margin: 0;
	padding: 0;
}

.item a {
	text-decoration:none;
	color: #212121;
}

.item h4, .item h6 {
	font-size: 14px;
	padding: 3px 7px 10px 10px;
	margin: 0;
}

.item h6 {
	font-size: 12px;
	padding-bottom: 1px;
}

.item img {
	margin: 0 7px 10px 10px;
	margin-bottom: 12px;
}

.item p.small {
  font-size: 11px;
  padding: 10px;
}

li.ma_li {
	margin-top: 0;
	margin-left: 8px;
	list-style-type: none;
	list-style-image: url(gfx/li-bg.gif);
}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

