* {margin: 0; padding: 0;}

/* Tags */
body {
	background: #eee;
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
}

a {
	color: #666;
	text-decoration: none;
}

/* Classes */
.clear {
	clear: both;
}

.boxes {
	margin-bottom: 15px;
}

.title {
	font-size: 16px;
	background: #585858;
	color: #fff;
	margin-bottom: 5px;
	padding: 3px;
}

.list li {
	list-style: none;
	float: left;
	width: 200px;
	margin-bottom: 2px;
}

.list li img {
	margin-right: 5px;
}

/* Elements */
#thebox {
	width: 400px;
	background: #fff;
	margin: 30px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;
}

#profile img {
	float: left;
	margin-right: 10px;
}

#profile h1 {
	font-size: 22px;
	line-height: 25px;
}

#profile #city {
	font-size: 13px;
}


