*{ margin: 0; padding: 0; }*

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	padding-top: 15px;
	background-color: #404040;
}

h1 {
	font-size: 3em;
	margin-bottom: 15px;
}

h2 {
	font-size: 2.1em;
	margin-bottom: 15px;
	letter-spacing: -2px;
}

h3 {
	font-size: 2em;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.7em;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-bottom: 15px;
}

img {
	margin-bottom: 15px;
}

.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #fff;
 background-image: url(img/ngama-bg.jpg);
} 
 
#header{
 position:relative; 
 height:200px; 
 background-color:#ffffff;
 background-image: url(img/ngamathuba-logo.jpg);
 background-repeat: no-repeat;
 background-position: 1%;
 width:100%;
 border-bottom: 2px solid #404040;
 /*margin: 0 0 20px 0;*/
}

#header h1 {
	visibility: hidden;
}

#pages {
	position: absolute;
	top: 30px;
	left: 660px;
}

#pages li {
	float: left;
	font-size: 2em;
	margin-right: 15px;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

#pages li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#pages a:hover {
	color: #C10003;
	text-decoration: none;
}

#pages a.current {
	color: #C10003;
	text-decoration: none;
}
 
#leftcol{
 width:27%; 
 float:left; 
 position:relative; 
 padding-top: 17px;
}

#leftcolpad {
	margin: 0 10px 0 0;
}

#leftcol h3 {
	font-size: 1.5em;
	/*background-color: #BB0502;*/
	border-bottom: 2px solid #404040 /*#BB0502*/;
	color: #BB0502/*#fff*/;
	padding: 3px 0 3px 10px;
	margin-bottom: 5px;
}

#leftcol a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#leftcol a:hover {
	color: #C10003;
	text-decoration: none;
}

#leftcol a.current {
	color: #C10003;
	text-decoration: none;
}

#leftcol li {
	list-style: none;
	list-style-position: outside;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#leftcol p{
	padding: 0 0 0 10px;
}

#adsense {
	padding: 0 0 0 10px;
}
 
#maincol{
 background-color: #fff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:64%; 
 padding: 17px 35px 0 0;
 }
 
#maincol a {
	text-decoration: underline;
}

#maincol a:hover {
	text-decoration: none;
}
 
#maincol li {
	list-style: circle;
	list-style-position: inside;
	list-style-type: circle;
}

#maincol h2 {
	color: #C10003 /*#404040*/;
}

#rss li {
	display: block;
	font-size: 1em;
}

#rss li a {
	display: block;
	padding-left: 32px;
	background-image: url(img/feed-icon-28x28.png);
	background-repeat: no-repeat;
	line-height: 2.3em;
	height: 28px;
}
 
#footer{
 text-align: center; 
 clear:both;
 background-color: #fff;
 color: #000;
 width: 900px;
 margin: 0 auto;
 padding: 2px 0 0 0;
 border-top: 2px solid #404040;
 }
 
#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
 
#counter {
	border: 0;
	margin: 0 auto;
}

.img-gallery a img {
	border: 2px solid #BB0502;
}

.img-gallery img {
	float: left;
	margin-right: 5px;
	border: 2px solid #BB0502;
}

.afrigator {
	visibility: hidden !important;
	display: none !important;
}

.afrigator a img {
	visibility: hidden !important;
	display: none !important;
	border: 0 !important;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* sNews */
fieldset { 
	margin: 0 0 8px 0;
}

input { 
	padding: 2px;
}

textarea { 
	width: 97%; 
	height: 20em; 
	padding: 3px;
}

.comment {
	margin: 0 0 10px 0;
}

.commentsbox {
	margin: 0 0 10px 0;
}

.date {
	margin: 0 0 20px 0;
}
