body {
	background: #FFFFCC;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#wrapper{
	width: 790px;
	margin:10px auto;
	border: 1px solid #000000;
	text-align: left;
	background: #990000;
	}
	


#Header {
	background: #660000 url(../images/Liberty_Logo.png) no-repeat;
	margin: 0px;
	position: relative;
	height: 125px;
}
	
#content{
	background: #990000;
	
  }
#africa {
	float: left;
}
#india {
	float: left;
}
#barbados {
	float: left;
}


#content{
	background: #840000;
  }
#content a {
	color: #FF6600;
	text-decoration: none;
	margin-left: 10px;
}

  
  /*See the HEIGHT COMMENT */
		
#content p{
	font-size: 90%
	}

#content h1{
	font-size: 150%;
	color: #999999;
	padding: 0;
	border-bottom: 3px solid #FFFFFF;
	font-weight: bold;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: 20px;
}

#content a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#footer{
	border-top: 3px double #000000;
	color: #FFFFFF;
	clear: both;
	background: #FF0000;
	font-size: .8em;
	text-align: right;
	padding-right: 5px;
	height: 25px;
}

#footer p{
	clear: both;
	font-size: 70%;
	padding: 3px
	}
	
#leftcol{
	margin-top: 20px;
	width: 170px;
	float: left;
	clear: both;
	margin-left: 10px;
	}
	
.container{
	width:99%;
	float:right;
		}
	
.africa {
	background: #660000;
	border: 6px double #666666;
	height: 225px;
	width: 175px;
	float: left;
	padding: 20px;
	margin: 10px;
}

body 
	{
	font: 76% Verdana, Arial, sans-serif;
	background: #FFFFCC;
	}
div#menu

	{
	float:left;
	padding:10 0 10 20;
	}

ul#nav,ul#nav li
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul#nav li
	{
	float:left;
	width:7.5em;
	margin-right:3px;
	text-align: center
	}
	
ul#nav a
	{
	display:block;
	text-decoration:none;
	padding:2px 0;
	background: #660000;
    color: #fff;font-weight:bold
	}
	
ul#nav a:hover
	{
	color:#660000;
	background: #FF9900;
	}
ul#nav li.activelink a,ul#nav li.activelink a:hover
	{
	color: #666666;
	}
