/* maendeleo style.css */

/* -------------------------------------------------- TAGS */
body {
	background-color: #ffff01;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	font: 1.0em Arial, Helvetica, sans-serif;
}
img {
	border: none;
	}
a:link, a:visited {
	color: #FFFFFF;
	font-weight: 300;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color: #E7501E;
	background-color: FFF7A5;
	text-decoration: none;
	}
	
.ta_center {
	text-align: center;
	}
.ta_left {
	text-align: left;
	}
.ta_right {
	text-align: right;
	}
.imgleft {
	float: left;
	margin: 5px 10px 5px 0px;
	}	
.imgright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.borderOn {
	border: 1px solid #CE6852;
	}
.message {
	color: #800000;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	}
/* -------------------------------------------------- STRUCTURE */
#Container {
	left: 0px;
	top: 0px;
	width: 820px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	left: 0px;
	top: 0px;
	width: 820px;
	height: 279px;
	margin-top: 10px;
	background-image: url('../images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
#footer {
	float: left;
	left: 51px;
	top: 700px;
	width: 820px;
	background-image: url('../images/footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 40px 0px 0px 0px;
	color: #000000;
	font-size: 13px;
}
#footer p {
	padding: 0 0 0 0px;
	margin: 4px 0 0 80px;
	width: 680px;
	text-align: center;
}
#footer p a{
	font: 12px "trebuchet MS";
	font-weight: normal;
	color: #B22315;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#footer p a:hover{
	background: no-repeat;
	color: #CE6852;
}

/* -------------------------------------------------- MENU */
#header ul.navi {
	list-style-type:none;
	width: 180px;
	display: inline;
	position: absolute;
	top: 10px;
	right: 50px;
	background: none;
}
#header ul.navi li {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	width: inherit;
	height: 20px;
}
#header ul.navi li a {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
	padding: 1px 8px 1px 25px;;
	background-repeat: no-repeat;
	background-image: url('../images/button.png');
}
#header ul.navi li a:hover {
	color: #FF8000;
	text-decoration: none;
	font-weight: 400;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../images/button_over.png');
}
#header ul.navi li a.select {
	text-decoration: none;
}


/* -------------------------------------------------- LEFT */
#leftbox {
	float: left;
	left: 0px;
	top: 280px;
	margin-top: 20px;
	width: 266px;
}
#leftbox h2 {
	font-size: 160%;
	color: #689C72;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
	text-indent: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 55px;
}
#leftbox p {
	background: no-repeat;
	color: #4C4C4C;
	padding: 0 0 0 55px;
	width: 190px;
	display: block;
	font-size: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	letter-spacing: 0px;
}
#leftbox p a {
	font: 13px/12px "trebuchet MS";
	font-weight: normal;
	color: #4C4C4C;
	text-decoration: underline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#leftbox p a:hover {
	background: no-repeat;
	color: #CE6852;
	font-weight: normal;
}


/* -------------------------------------------------- RIGHT */
#rightbox {
	float: left;
	left: 266px;
	top: 280px;
	margin-top: 15px;
	width: 532px;
	padding-left: 20px;
	border-left: 2px solid #e7a050;
}
#rightbox h1 {
	font-size: 160%;
	color: #689C72;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#rightbox h2 {
	font-size: 130%;
	color: #CE6852;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#rightbox h3 {
	font-size: 110%;
	color: #689C72;
	font-style: italic;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
#rightbox .myBox {
	background: transparent;
	color: #4C4C4C;
	width: 470px;
	margin: 0px 0px 0px 5px;
	text-align: justify;
	padding: 5px;
}
#rightbox a {
	font: 13px/12px "trebuchet MS";
	font-weight: normal;
	color: #800000;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#rightbox a:hover{
	background: no-repeat;
	color: #FF0000;
	font-weight: normal;
}
#rightbox .mybig {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

#rightbox ul {
	text-align: left;
}

#rightbox .thumbs {
	margin: 2px;
}




