.wrapper {
	position: relative;
	width: 952px;
	margin: auto;
	font-family:Lucida Grande,"Lucida Sans Unicode",Trebuchet MS,Verdana,Tahoma,sans-serif;
	
}
.header {
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.main {
	background-color:#F57C21;
	position: relative;
	background-repeat:repeat;
	z-index: 0;
	margin: auto;
}
.bgAfrica {
	background-image: url(../images/bgAfrica.jpg);
	background-repeat: no-repeat;
	background-position: 250px 40px; 
	z-index: 1;
}
.navBar {
	background-image: url(../images/bgOrange.jpg);
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	display: block;
	text-align:left;
	vertical-align:top;
	padding-right: 15px;	
}

.borderBox {
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.countDownWrapper {

	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;	
}

.countDownBox {
	text-align: center;
	margin: 10px;
	border: 6px solid #FFFFFF;
	color:#FFFFFF;
}

.pullQuote {
	color:black;
	width:150px;
	background:white;
	float:right;filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	margin:10px;
	font-family:Verdana, Arial, Helvetica;
	font-size: 28px;
	line-height:26px;
	text-align:right;
}

.insideList {
list-style:inside;
}

.ezRead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;	
}

div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }
