ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
	padding: 0;	
}

#userinf {
	padding: 0 20px;	
	clear: both;
	min-height: 200px;
	text-align: center;
}

div.categories {
	text-align: left;
	margin-bottom: 20px;
}

h3.cat-title {
	font-size: 14px;
	color: #6699CC;
}

a.cat-item {
	line-height: 1.7em;
	padding: 3px;
	text-decoration: none;
	font: 12px;
	display: block;
	float: left;
}

div.cat-inner {
	text-align: center;
}

div.categories h3 a {
	text-decoration: none;
}

#newsearch {
    margin-bottom: 5px;
}