#content {
	margin-left: 0;
}

#content #text {
	margin-left: 200px;	
}

#content #items {
	list-style: none;
	padding: 0;
	margin-left: 20px;
	width: 730px;
}

#content #items li {
	display: block;	
	clear: both;
	position: relative;
	border: 1px solid white;
	list-style-type: none;
}

#content #items li div.scale {
	position: absolute;
	left: 0;
	top: 2.7em;
	width: 103px;
	height: 1.8em;
	padding-bottom: 13px;
	margin: 0 0 -12px 59px;
}

#content #items li div.scale, #preload .scale {
	background: url(/img/content/scale.gif) bottom right no-repeat;
}

#content #items li.project .scale .arrow {
	display: none;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 14px;
	height: 15px;
	cursor: pointer;
}

#content #items li.project .scale .arrow, #preload .arrow-down {
	background: url(/img/content/arrow-down.gif) bottom right no-repeat;
}

#content #items li.project .scale.on .arrow, #preload .arrow-down-on {
	background: url(/img/content/arrow-down-on.gif) bottom right no-repeat;
}

#content #items li.project .scale.on, #preload .scale-on {
	background: url(/img/content/scale-on.gif) bottom right no-repeat;
}

#content #items h2 {
	clear: both;	
/*  margin: 1em 0 0 0;*/
	padding: 0;
}

#content #items h2 a {
	margin-left: 179px;
	width: 530px;		
	display: block;
    border-bottom: 2px solid #999999;
	padding-bottom: 0;
/*  margin-bottom: 0.5em;*/
}

#content #items h2 a, #preload .arrow-right {
	background: url(/img/content/arrow-right.gif) right .79575em no-repeat;	
}

#content #items h2 a:hover, #preload .arrow-right-on {
	background-image: url(/img/content/arrow-right-on.gif);
}

#content #items .info {
	float: left;
	padding-top: 1em;
	width: 160px;
	text-align: right;
}

#content #items .images {
	float: right;
	width: 549px;
	clear: none;
}

#content #items .images img {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	height: 50px;
}

#content #items #item1 .images img {
	height: 125px;
}

#content #items #item2 .images img {
	height: 90px;
}

#content #items #item3 .images img {
	height: 60px;
}

#content #items .info p {
	font-size: 88%;
	width: 100%;
}

#content #items h2 a, #content #items h2 a:link, #content #items h2 a:visited {
	color: #333333;
	text-decoration: none;
}

#content #items li .readMore {
	width: 550px;
	position: absolute;
	left: 180px;
	top: 0;
	height: 125px;
	padding: 0 0 20px 550px;	
	display: block;

}
