body {	margin: 0;
		padding: 0;
		color: #4060a0;	
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: left;
		background-color:#eee;
		}

a:link{ color: blue; text-decoration: none;font-size:12px; font-weight: bold; outline: none;background-image:url(../images/buton.gif);background-repeat:no-repeat;}
a:visited { color: green; text-decoration: none;font-size:12px; font-weight: bold; outline: none;background-image:url(../images/buton.gif);background-repeat:no-repeat; }
a:hover   { color:orange; text-decoration: underline;font-size:12px; }
a:active  { color:orange; text-decoration: underline; font-size:12px;}
.ahem { display: none; }

strong, b { font-weight: bold; }
p  { font-size: 13px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }
li { font-size: 13px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }

h1 { font-size: 22px; line-height: 30px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h3 { font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h4 { font-size: 14px; line-height: 20px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h5 { font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h6 { font-size: 10px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h7 { font-size:  9px; line-height: 16px;                    margin-top: 15px; margin-bottom: 5px; }
img { border: 1; }
#container{ 
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	border:1px solid #2080a0;

	
	}

#topbar{
	height:40px;
	width:100%;
	color:#fff;
	border:0px;
	background-repeat:no-repeat;
	
	}
	

#right{
	float:right;
	width:180px;
	
		}
#right a:link{
		display:block;
		
		width:175px;
		text-align:center;
		}
#right a:visited{
		display:block;
		
		width:175px;
		text-align:center;
		}
#banner{
	height:150px;
	background-image:url(../images/kisumu.jpg);
	border-bottom:1px solid #2080a0;
	border-top:1px solid #2080a0;
	}
#title{
	position:absolute;
	top:30px;
	left:170px;
	width:600px;
	}
#maincontent{
	float:left;
	width:600px;
	padding:5px;
	border:0px solid orange;
	border-right:1px solid orange;
	color: #4060a0;	
	
	background:#fff;
	}
#bottom{
	clear:both;
	width:100%;
	border:0px;
	border-top:1px solid orange;
	}
