body  {
	background: #B75B00;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #904540;
}
#mainContent h3  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #904540;
}
#mainContent_home h3  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #904540;
}
#mainContent h4  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #904540;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #904540;
	text-align: left;
}
#mainContent_home li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #904540;
}

#mainContent_home p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #904540;
}

#index_pic {
	float: left;
	height: 300px;
	width: 900px;
}
#mainContent_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 40px;
}
#mainContent_home #topIndex {
	float: left;
	width: 800px;
	border-bottom: 1px dashed #9A2116;
	padding-bottom: 10px;
}

#container #mainContent_home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #9A2116;
	text-align: left;
	clear: both;
}

#mainContent_home #football {
	float: left;
	width: 250px;
	height: 160px;
}
#mainContent_home #lunch {
	float: left;
	width: 250px;
	height: 200px;
	margin-left: 40px;
}
#mainContent_home #letters {
	float: left;
	width: 350px;
	height: 200px;
	margin-bottom: 15px;
}
#mainContent_home #oscar {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#mainContent_home #irrigation {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent_home #wantToDo {
	float: left;
	width: 800px;
	margin-top: 15px;
	border-bottom: 1px dashed #9A2116;
}
.doing	{
	font-weight: bold;
}
#mainContent_home #difference {
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 15px;
}
	
#mainContent_home #completed {
	border-bottom: 1px dashed #9A2116;
	width: 800px;
}
#mainContent_home #whatDoing {
	float: left;
	width: 800px;
	border-bottom: 1px dashed #9A2116;
}


#mainContent_home #difference #fruitTrees {
	float: left;
	width: 180px;
}
#mainContent_home #difference #leather {
	float: left;
	width: 200px;
	margin-left: 5px;
}
#mainContent_home #difference #rakes {
	float: left;
	width: 200px;
	margin-left: 5px;
}
#mainContent_home #difference #child {
	float: left;
	width: 200px;
}


#mainContent_home #newSchool {
	float: left;
	width: 250px;
	margin-left: 20px;
}

#mainContent_home #link {
	float: left;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #9A2116;
	border-bottom: 1px dashed #9A2116;
	margin-bottom: 10px;
}
#container #mainContent_home ul {
	text-align: left;
}
.frontHeader	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	text-align: center;
	margin-bottom: 10px;
}




.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 163px;
	width: 900px;
} 
#container #donate {
	float: left;
	height: 80px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C0000;
	position: relative;
}
#rear {
	border: 1px solid #6C0000;
}

.twoColFixLtHdr #container #navigation {
	float: left;
	height: 30px;
	width: 890px;
	background-color: #853E38;
	padding-left: 10px;
	padding-top: 5px;
}

.twoColFixLtHdr #mainContent {
	padding: 0 20px;
	float: right;
	width: 580px;
	position: relative;
	left: 600;
	top: 70;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background: #E28827;
	height: 30px;
	width: 870px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent img {
	padding: 10px;
	float: right;
}
#water {
	left: 600px;
	top: 600px;
	float: right;
	padding-right: 150px;
}
#design {
	float: left;
	height: 20px;
	width: 320px;
	padding-left: 20px;
	padding-top: 5px;
}
#design a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #F5F5F5;
	text-decoration: none;
}
#design .style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#light {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
}


#copyright {
	float: left;
	height: 20px;
	width: 510px;
	text-align: right;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
}
#buy_pic {
	float: left;
	width: 200px;
}
#mainContact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	color: #99191A;
	text-align: center;
}
#mainContact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #904540;
}
#mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #904540;
	text-align: center;
}
.twoColFixLtHdr #container #product_body {
	float: right;
	width: 600px;
}
#tagTwinning {
	padding-right: 25px;
}
#tagLeader {
	padding-right: 40px;
}
#borehole {
	padding-right: 40px;
}
#nsongContact {
	padding-right: 40px;
}
#tagtwin {
	text-align: center;
	padding-left: 80px;
}
#tagheadteach {
	padding-left: 60px;
}
#nsongHead {
	padding-right: 40px;
}
#mulundano {
	padding-right: 50px;
}
#tagkaunda {
	padding-left: 140px;
}
#twinKab {
	padding-right: 100px;
}
#tagRichard {
	padding-left: 10px;
}
#newsletter ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #460B0E;
}
#tag_house {
	font-size: 1.3em;
	color: #460B0E;
}
#tag_inside {
	font-size: 1.3em;
	color: #460B0E;
}
#tag_speeches {
	font-size: 1.3em;
	color: #460B0E;
}
#tag-officials {
	font-size: 1.3em;
	color: #460B0E;
}
.sidebar 		{
		cursor: pointer;
}

#front			{
	float: left;
	width: 240px;
	height: 260px;
	padding-left: 10px;
}
#back			{
	float: right;
	width: 270px;
	height: 260px;
	
}
			#desk {
	float: left;
	width: 100%;
	clear: both;
}
#lcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 400px;
}
#schooll {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #460B0E;
	font-weight: bold;
}
p #schoolr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #462C05;
	font-weight: bold;
}
#mainContent #visionPage {
	margin-bottom: 190px;
}


#rcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 400px;
}
#mainContent_home h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #9A2116;
	line-height: 2.1em;
}

#cursor  {
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
#mainContent_Projects {
	width: 100%;
}

#mainContent .water {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #09F;
	text-align: center;
}
#mainContent #headteacher {
	float: left;
	height: 200px;
	width: 100%;
}
#mainContent #headteacher img {
	margin: 0px 5px 0px 0px;
	float: left;
}


#project1 img {
	float: left;
}

#mainContent #project1 {
	margin: 10px 0px 15px;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
#mainContent #project2 {
	margin: 5px 0px 10px 00px;
	float: left;
	width: 100%;
	clear: both;
}
.image2		{
	margin: 5px 0px 5px 5px;
	position: absolute;
	top: 15px;
	right: 0px;
}
#mainContent_home #topIndex #photo1 {
	float: left;
	width: 350px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 5px;
}
#mainContent_home #topIndex #photo2 {
	float: left;
	width: 350px;
	margin-bottom: 18px;
	margin-top: 5px;
}
#mainContent_home #topIndex #photo3 {
	float: left;
	width: 350px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#mainContent_home #topIndex #photo4 {
	float: left;
	width: 350px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.frontHeader #frontPageHdr {
	text-align: center;
	margin: 5px auto 10px;
	width: 700px;
}
.frontHeader #frontPageHdrTop {
	margin: 5px auto 10px;
	width: 700px;
}
#mainContent #buiketoSchool {
	width: 700px;
	height: 350px;
}
#mainContent #buiketoSchool p img {
	float: left;
}
#project1 #irrigateKab {
	clear: both;
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#project1 #planting {
	float: left;
	width: 290px;
}
.penfriend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9A2116;
}
#mainContent #cards1 {
	float: left;
	width: 100px;
	height: 150px;
	margin-bottom: 25px;
	margin-right: 30px;
	border-style: none;
}
#mainContent #cards2 {
	float: left;
	width: 100px;
	height: 150px;
	margin-bottom: 25px;
	margin-right: 30px;

}
#mainContent #cards3 {
	float: left;
	width: 100px;
	height: 150px;
	margin-bottom: 25px;
	margin-right: 30px;
}
#mainContent #cards4 {
	float: left;
	width: 100px;
	height: 150px;
	margin-bottom: 25px;
}
#mainContent #cards5 {
	float: left;
	width: 100px;
	height: 133px;
	clear: both;
	margin-bottom: 5px;
	margin-right: 30px;	
}
#mainContent #cards6 {
	float: left;
	width: 100px;
	height: 133px;
	margin-right: 30px;
}
#mainContent #cards7 {
	float: left;
	width: 100px;
	height: 133px;
}
.twoColFixLtHdr #container #mainContent #cdCover {
	margin: 20px auto;
	width: 600px;
	text-align: center;
	clear: both;
}
#mainContent #cdCover #cover1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#mainContent #cdCover #cover2 {
	float: right;
	width: 250px;
	margin-right: 20px;
}
#sponsor {
	clear: both;
	float: left;
	width: 100%;
}
