#content {
	float: left;
	width: 70%;
}

#content .section {
	float: left;
	width: 50%;
	margin-top: 20px;
}

#content .section ul {
	list-style: none;
	padding: 0 0 0 22px;
}

#content .section li {
	padding: 0 0 1px 0;
}

#content .section h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	padding-left: 22px;
}

#content .users h2 {
	background: url('../images/group.png') no-repeat left bottom;
}

#content .pages h2 {
	background: url('../images/folder.png') no-repeat left bottom;
}

#content .links h2 {
	background: url('../images/link.png') no-repeat left bottom;
}

#content .domains h2 {
	background: url('../images/server.png') no-repeat left bottom;
}

#sidebar .google h3 {
	padding-left: 0;
}

#sidebar .google #q {
	font-size: 1.1em;
	width: 95%;
}

#sidebar .uptime h3 {
	background: url('../images/time.png') no-repeat left bottom;
}

#sidebar .load h3 {
	background: url('../images/chart.png') no-repeat left bottom;
}

#sidebar .ip h3 {
	background: url('../images/asterisk.png') no-repeat left bottom;
}

