.list_c ul {
	margin-left: 0; 
	padding-left: 0; 
	display: inline;
	width: 44em;
}

.list_c ul li {
	float: left;
	display: inline;
	width: 11em;
.list_c br
{
  clear: left;
}


}

.list_c a { 
display: block; 
padding: 1px; 
padding-left: 10px;
background-color: #fff; 
} 

.list_c a:link, .list_container a:visited { 
color: #369; 
text-decoration: none; 
} 

.list_c a:hover { 
background-color: #369; 
color: #fff; 
} 

.list_c br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}
