
html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Garamond, Georgia, serif;
 color: #000000;
 background: url(gradient-bg.gif) repeat-x #ffffff;
} 

h2, h3 {
  font-variant: small-caps;
}

li {
  margin-bottom: 10pt;
}
 
#pagewidth { 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background: url(hands.gif) left no-repeat #5959ff;
 width:100%;
} 
 
#leftcol{
 background-color: #5959ff;
 padding-left: 15px;
 padding-top: 20px;
 width:135px; 
 height: 100%;
 float:left; 
 position:relative; 
 font-family: "Monotype Corsiva", cursive;
 font-size: 110%;
  }
 
#maincol{
 background-color: #5959ff;
 float: right; 
 display:inline; 
 position: relative; 
 width:650px; 
 }

a {
 color: #000f66;
 text-decoration: none;
}

#leftcol a {
 color: #ffffff;
}

a:hover {
 text-decoration: underline;
}

#maincontent {
width: 95%;
margin-top: 23px;
margin-bottom: 23px;
background: url(kenya-bg.jpg) bottom right no-repeat #ffffff;
}

#maincol a {
color: #0f7799;
}

#wrapper {
  background: #5959ff;
}

.indented {
  margin-left: 2em;
}
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}
