/* CSS Document */
/* General styles */
body {
behavior:url("http://investmentnewskenya.com/css/csshover3.htc");
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
min-width:900px;		/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
}
/* IE min-width styles */
#container { 	
width: expression((document.body.clientWidth < 905)? "900px" : (document.body.clientWidth > 2002)? "2000px" : "auto");
}

/* Header styles */
#header {
clear:both;
float:left;
width:100%;
}
/* column container */
.colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
padding:1em 0 1em 0;
overflow:hidden;
}
/* Full page settings */
.fullpage {
background:#fff;		/* page background colour */
}
.fullpage .col1 {
width:96%;			/* page width minus left and right padding */
left:2%;			/* page left padding */
}
/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
border-top:1px solid #000;
}