html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana;
	font-size: 12px;
	background: #964c22;
	color: #5B5741;
}

a:link, a:visited {
	color: #45819B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin-top: 0;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #333;
}

#header {
	background: #435C69;
	color: #fff;
	height: 77px;
}

.hide-text {
	text-indent: -9999px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

h1#logo {
	background: url(/img/logo.png);
	margin: 0;
	padding: 0;
	height: 76px;
	width: 298px;
}

#nav {
	background: url(/img/nav-back.png) repeat-x;
	height: 40px;
}

#nav ul li a:link, #nav ul li a:visited  {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#nav ul li {
	float:left;
	font-size: 13px;
	margin: 12px 20px 0 20px;
}

#badge {
	background: url(/img/kenya-badge.png) no-repeat;
	height: 112px;
	width: 122px;
	position: absolute;
	right: 20px;
	top: 42px;
}

#content {
	padding: 30px 30px  30px 35px;
	background: #f1f1ee;
}

#footer {
	background: url(/img/footer-back.png) repeat-x;
	height: 59px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #e8d274;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul.subnav {
	list-style: none;
	margin-top: -15px;
}

ul.subnav li {
	display: inline;
	padding: 0 20px;
}

img.main {
	float: right;
	margin-left: 10px;
}

blockquote {
	background: #fff;
	border: 1px solid #9e935d;
	padding:15px;
}

cite {
	display:block;
}