body {
	background-image:url(images/bodyBg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#403D3E;
	font-size:75%;
	overflow: -moz-scrollbars-vertical;
}
h1 {
	color:#DD0507;
	font-size:1.2em;
	line-height:1.3em;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
h2 {
	font-size:1.2em;
	color:#333;
	line-height:1.3em;
	margin:0 0 15px 0;
}
p {
	font-size:1em;
	margin:0 0 15px 0;
	line-height:1.3em;
}
.copy {
	position:relative; 
	float:left; 
	display:table-cell; 
	color:#9F9E9E; 
	font-size:10px; 
	margin:2px 0 0 2px;
}
.return {
	position:relative; 
	float:right; 
	display:table-cell;
}

a:link, a:visited, a:hover, a:active {
	color:#3D7E2C;
	color:#247010;
	text-decoration:underline;
}
a:hover {
	color:#3D7E2C;
	text-decoration:none;
}

#footer {
	display:table-cell; 
	position:relative; 
	float:left; 
	width:951px;
	background-image:url(images/footer.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
	padding:47px 0 5px 0;
}
#footer a {
	color:#3D7E2C;
}

.arr 
{
    margin:3px 0 -3px 3px;
}
#container {
	width:951px; 
	margin:15px auto 0 auto;
	background-image:url(images/johannesburg_background.jpg);
	display:table;
	height:559px;
	background-repeat:no-repeat;
	background-position:top;
}

#content {
	display:table-cell; 
	position:relative; 
	float:left; 
	width:951px; 
	height:559px;
	
}
.sub_content {
	display:table-cell; 
	position:relative; 
	float:left; 
	width:951px;
	height:54px;
	margin-top: 470px;
	
	}
