@import url('home.css');
@import url('inner.css');
@import url('leftnav.css');
@import url('sidebar.css');
@import url('content.css');

h1, h2, h3, h4, h5, ul {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/* GENERAL STUFF */

div {
	border: 0px solid;
}

.clear {
	clear: both;
}
