/* Layout */
#header {
	height: 78px;
	background-image:url(kenya_butterflies/kenyan_butterfly_project_1.gif);
	background-repeat:no-repeat;
}
#pics {
	height:150px;
	background-image:url(kenya_butterflies/main-colour-bar-1.jpg);
	background-repeat:repeat-x;
	text-align:center;
	overflow:hidden;
}
#foot {
	height:45px;
	background-repeat:repeat-x;
	text-align: center;
	vertical-align: middle;
	background-color: #9AC541;
	border-bottom: solid #000000 1px;
	border-top: solid #000000 1px;
}
#main { 
	position:relative;
	min-width:900px;
	}

#nav {
	text-align:center;
}
.clearing {
  height: 20px;
  clear: both;
}

#subnav {
	float:left;
	width:150px;
	text-align:center;
}

#content {
	padding: 10px;
	margin-left:170px;
	margin-right:36%;
	z-index:1;
	}
#list {
	padding: 10px;
	margin-left:170px;
	z-index:1;
	}

#rtcol {
	float:right;
	text-align:center;
	width:350px;
	font-size: x-small;
	color:#003300;
}

#rtcol p {
	
}
#subnav li,ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#subnav ol {
	margin:10px;
	list-style-type: lower-latin;
	}
	
/* supporting specific css */

#supbnav {
	float:left;
	width:250px;
	text-align:center;
}

#supcontent {
	padding: 10px;
	margin-left:270px;
	margin-right:36%;
	z-index:1;
	}

/* Presentation */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FBFEC7;
	background-image:url(kenya_butterflies/background-colotis-2.gif);
	}

p {
	line-height:1.3em;
	text-align:justify;
	}
h1 {
	font-size:medium;
	}
h5, h6 {
	font-size:x-small;
	font-weight:normal;
	}

a:link {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #116604;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
h2 {
	font-size:medium;
	font-style: italic;
	color: #648147;
}
h3 {
	font-size:medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #648127;
}
h4 {
	font-size:inherit;
	font-weight: normal;
}
