* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Georgia;
	font-size: 62.5%; /*this technique sets 1.2em equal to 12px, allowing flexible text size, use ems!*/
	height: 100%;
	width: 100%;
	background: url(images/Main/wrap.png)repeat top left;
	}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	font-size: 1.3em;
	background: #d462ff;
	}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	}

#top {
	background: #d462ff url(images/Main/NewTopBannerWithBorder.jpg) no-repeat top center;
	padding-top: 275px;
		
	}
	
#bottom {
	background: #d462ff url(images/Main/NewBottomBannerWithBorder.jpg) no-repeat bottom center;
	margin-left: -60px;	
	padding-top: 250px;
	width: 820px;
	}
	
#contactUs {
	background: #d462ff url(images/Main/NewBottomBannerWithBorder.jpg) no-repeat top center;
	margin-left: 0px;	
	padding-top: 250px;
	width: 820px;
	}
	
#myriamsMoments {
	background: #d462ff url(images/banners/BottomBannerWithBorder_MyriamsMoments.jpg) no-repeat bottom center;
	margin-left: -60px;	
	padding-top: 250px;
	width: 820px;
	}	
	
#programs {
	background: #d462ff url(images/banners/BottomBannerWithBorder_Programs.jpg) no-repeat bottom center;
	margin-left: -60px;	
	padding-top: 250px;
	width: 820px;
	}
	
#resources {
	background: #d462ff url(images/banners/BottomBannerWithBorder_Resources.jpg) no-repeat bottom center;
	margin-left: -60px;	
	padding-top: 250px;
	width: 820px;
	}

#ukraine {
	background: #d462ff url(images/banners/UkraineTopBannerWithBorder.jpg) no-repeat top center;
	padding-top: 275px;
		
	}
	
#us {
	background: #d462ff url(images/banners/USTopBannerWithBorder.jpg) no-repeat top center;
	padding-top: 275px;
		
	}
	
#uganda {
	background: #d462ff url(images/banners/UgandaTopBannerWithBorder.jpg) no-repeat top center;
	padding-top: 275px;
		
	}

#links {
	position: absolute;
	width: 754px;  
	list-style: none;
	padding: 10px 0 0 46px;
	background: #d462ff;
	}

#links li {
	list-style: none;
	float: left; 
	margin: 0 1px 0 0;
	font-size: 1.2em;
	}
	
/* For lettering on tabs */

  
#links a {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #a74ac7;
	border-bottom: none;
	background: #a74ac7;
	}

/*

#links li:hover, a:hover,
		{
	display: block;
	color: #9999CC;
	text-decoration: none;
	border: 1px solid #9999CC;
	border-bottom: none;
	background: #9999CC;
	visibility:visible;
	}
	*/	 
	
#links a:hover	
	{	
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #d462ff;
	border-bottom: none;
	background: #d462ff;
	visibility:visible;
	}
	
	
#links a:active {	
	display: block;
	color: #a74ac7;
	text-decoration: none;
	border: 1px solid #a74ac7;
	border-bottom: none;
	background: #a74ac7;
	visibility:visible;
	}
	
#leftContent{
	float: left;
	width: 100%; /*when you want to use, add percent and lessen below*/
	}

#rightContent{
	float: right;
	width: 100%; /*set percentage minus leftContent width*/
	}

#toe{
	background: url(foot.png) no-repeat bottom left;
	clear: both;
	}
	
#bottomLinks{ 
	background-color: #d462ff;
	color: #d462ff;
	text-align: center;
	font-family: Georgia;
	font-size: .9em;
			}
.bottomLinkList{
	
		margin-left: 50px;
}
.gutter {
	padding: 10px;
	margin-left: 50px;
	}

.p1 {
	padding: 0 0 3em 0;
	}

.person {
	font-weight: 900;
	font-size: 15px;
	color: #1F1F1F;
	}

h1 {
	padding: 0 0 2em 0;
	text-align: center;
	font-size: 1.5em;
	color: #1F1F1F;
	}

/* This is for "fine-print" stuff */
h2 {
	padding: 0 0 2em 0
	text-align: center;
	font-size: 1.0em;
	color: #1F1F1F;
	}
	
.centeredImage
    {
    text-align:center;
    margin-top:70px;
    margin-bottom:0px;
    margin-left:0px;
	 width:820px;    
    padding: 0px;
    }

/* ul inside a ul is invisible */
ul ul {
position: absolute;
visibility: hidden;


}

/* when hovering over a li, display the whole list */
ul li:hover > ul {
display: block;
width: 50px;
white-space: nowrap;
visibility: visible;
background-color: #d462ff;

}


