@import "layout.css";

@import "navigation.css";

@import "content.css";

@import "extension.css";

* {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearer {
	clear: both;
}