body{
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #000000;
}

div#container{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	background: #000000;
}

#header{
	background: #000000 url(../images/logo.gif) no-repeat 0px 21px;
	height: 121px;
}

#top_content
{
	float: left;
	width: 950px;
	background: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CAB864;
	border-right-color: #CAB864;
	border-left-color: #CAB864;
}



#content-container{
	float: left;
	width: 950px;
	background-color: #FFFFFF;
}

#left_column{
	float: left;
	width: 237px;
	height:200px;
	background-color: #EAE1B9;
	display: inline;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CAB864;
}

#content{
	float: left;
	width: 497px;
}

#right_column{
	float: right;
	width: 210px;
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CAB864;
}

#magazine{
	background-color: #F4351C;
	background-image: url(../images/right_column/limpopo_magazine.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 290px;
	width: 200px;
	padding-top: 250px;
	text-align:center;
}

#airports{
	background-color: #EAE1B9;
	background-image: url(../images/right_column/airports.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 200px;
	padding:0px;
	margin: 0px;
	padding: 100px 0px 20px 6px;
	letter-spacing: 0.001em;
	
}

#footer{
	clear: left;
	background: #000000;
	text-align: right;
	height: 1%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CAB864;
	border-right-color: #CAB864;
	border-bottom-color: #CAB864;
	border-left-color: #CAB864;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer_closer{
	background-color: #FFFFFF;
	height: 40px;
	width: 560px;
	border: 2px solid #C4B361;
	text-align: right;
}

#text{
	background-color: #FDF8E2;
	width: 460px;
	background-position: center;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#text td{
	padding: 15px;
	margin:15px;
}

#page{
	float:right;
	position:relative;
	right:15px;
	bottom:14px;
}


* { 
    -moz-box-sizing: border-box; 
}

