* { margin: 0; padding: 0; }

body {
	font-family:arial,sans-serif;
	font-size:small;
}

#wrap {
	width:891px;
}

.header { font-weight: bold; font-size: 1.2em; color: white; background-color: black; padding: 3px 0 3px 7px; }
.search_form { margin: 10px 0; }

.result_set{ float: left; width: 295px; border: solid black 1px; }
.result_set ul { list-style: none; padding: 0 5px; border-bottom: solid black 1px;  }
.result { height: 160px;}
.result_title { border-bottom: solid black 1px; height: 34px; }

table td { width: 295px; }
table th { font-size: 1.2em; text-align: center; color: white; background-color: black;  }
