#wrapper{
	padding: 0px;
	border: 1px solid #F4F4F4;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	background-color: #F4F4F4;
}
.display{

	margin: 0px;
	padding: 5px;
	color: white;
}

.item{
	border: 1px solid #E7E7E7;
	background: #F4F4F4;
	margin: 5px;
	padding: 2px;
}

.stretcher{

}

h2 {
		margin-bottom: 5px;
		padding: 10px;
		width: 282px;
		color: white;
		font-size: 12px;
}

a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 5px;
}
a:hover {
		color: black;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 5px;
}
.more
	{
		text-align: right;	
	}

.more a
	{
		color: white;
		text-decoration: none;	
	}

 .One
	{
		border-top: white 0px dashed;	
	}
