@import url(default.css);
@import url(layout.css);
@import url(navigation.css);
@import url(highlights.css);

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 1em;
	font-family: Arial;
	background-image: url(/images/page-bkg.jpg);
	background-repeat: repeat-x;
}

.clearer {
	clear:both !important;
	float: none !important;
	height: 1px;
	font-size: 1px;
	padding: 0px !important;
}

img {
	border: none;
}

/*  MICRO CLEARFIX*/
.clearfix:before,
.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
