/*-- Dont border links in firefox --*/
a:link {
	outline: none;
}

/*-- Bring containers with floated contents back into line--*/
#branding, #content {
	float: left;
}

.clear {
	clear: both;
}

#page-image {
	display: inline;
}