@import url("reset.css");
@import url("text.css");
@import url("layout.css");
@import url("header.css");
@import url("search.css");
@import url("menus.css");
@import url("quicklinks.css");
@import url("footer.css");
@import url("controls.css");

.spacer {
	height:20px;
}

body {
	background:#fff url("../images/main_bg_repeater.png") repeat-x 0 0;
	overflow-x:hidden;
}

.lets-connect-africa-banner {
	background:transparent url("../images/lets_connect_banner.png") no-repeat 0 0;
	width:410px;
	height:130px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
