* { padding: 0; margin: 0; }
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
.content { 
 width: 400px;

 padding: 10px 10px 1px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
}

 tr h1 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

tr h3 {
	font-size: 12px;
	color: #9d9d9d;
}

tr, td, th {
	color: #545454;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

td p {
	font-size: 12px;
	letter-spacing: 0.08em;
}

td a {
	color: #333;
	border-bottom-width: 1px;
	position: relative;
	font-size: 12px;
	line-height:20px;
}
hr 
{
	background: #cecece;
	height: 1px;
	border:none;
	

}
h1 
{
	padding-bottom:20px;
}
#searchbut
{
	background-color:#85c0d3;
	color:#ffffff;
	position: relative;
	
	width:50px;
	padding-left:10px;
	padding-top:10px;

	
}
#searchbut a
{
	color:#ffffff;
	text-decoration:none;
	border-bottom-style:none;
	padding-bottom:2px;
	
}
#searchbut a:hover
{
	
	color:#ffffff;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom:2px;
}
.dropdown
{
	background-color:#85c0d3;
	color:#ffffff;
	width:200px;
}
.listall
{
	text-decoration:none;
	font-size:14px;
	position:relative;
	border-bottom-style:dotted;
	top:0px;
	bottom:1px;
}