/* -- Dont border links -- */
a {
	outline: none;
}

/* -- Bring containers with floated children back into line
#content {
	float: left;
	width: 100%;
} --*/

.clear {
	clear: both;
}