<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <title>Namibia Online</title>
  <style type="text/css">
  
  #body 
		}
	.namibian.biz, HTML /*Everything within the BODY tags*/
	{ 
	scrollbar-base-color: green; /*Scrollbar color*/
	scrollbar-arrow-color: black; /*Scrollbar arrow color*/
	scrollbar-DarkShadow-Color: white; /*Scrollbar shadow color*/
	FONT-SIZE: 12; FONT-FAMILY: Arial /*The font properties*/
	}
  #wrapper {
		width:900px;
		margin:0px auto;
		border:2px solid green;
		padding:5px;
	}
  #header {
		border:1px solid green;
		height:80px;
		padding:5px;
	}
	#content {
		margin-top:5px;
		padding-bottom:5px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:5px;
		border:1px solid green;
    float:left;
	}
  #content-left {
  	width:180px;
	}
  #content-main {
		margin-left:10px;
		width:500px;
	}
  #content-right {
		margin-left:10px;
		width:134px;
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:5px;
    border:1px solid green;
    width:878px;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
  </style>
</head>