* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: url(graph.jpg) repeat;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 820px;
	margin: 30px auto 0 auto;
	text-align: center;
}

#content {
	width: 820px;
	height: 520px;
	/*background: url(graph.jpg) repeat;*/
	background: white;

}


h1 {
	position: relative;
	background: url(cityform.png) no-repeat;
	width: 220px;
	height: 75px;
	text-indent: -9999px;
	margin: 0px auto 48px auto;
}

p {
 margin-bottom: 3px;
}

a.uklink 		{text-decoration: none; color: #698FFE;}
a.uklink:hover 	{text-decoration: underline;}

a.inlink 		{text-decoration: none; color: #ed7c48;}
a.inlink:hover 	{text-decoration: underline;}

a.aflink 		{text-decoration: none; color: #096;}
a.aflink:hover 	{text-decoration: underline;}


#nav {
	list-style: none;
	margin: 40px 0 0 0;

}

#nav li {
	display: inline;
}

#nav li a {
	text-decoration: none;
	font-size: 1.5em;
	padding: 2px 120px;
	margin: 0 0px;
}

#nav li a.uk {color: #698FFE;}
#nav li a.uk:hover {background: #698FFE; color: white;}
#nav li a.india {color: #ed7c48;} 
#nav li a.india:hover {background: #ed7c48; color: white;}
#nav li a.africa {color: #096;} 
#nav li a.africa:hover {background: #096; color: white;}



a.uk_circle {
	position: absolute;
	top: 184px;
	left: 383px;
	background: none;
	text-indent: -9999px;
	width: 38px; height: 38px;
	background: url(uk.jpg) no-repeat;
	
}

a.uk_circle:hover {
	background: url(uk.jpg) no-repeat; 
	background-position: -38px;
}

a.india_circle {
	position: absolute;
	display: block;
	top: 253px;
	left: 496px;
	background: none;
	width: 47px; height: 47px;
	text-indent: -9999px;
	background: url(india.jpg) no-repeat;
}

a.india_circle:hover {
	background: url(india.jpg) no-repeat;
	background-position: -47px;
}

a.africa_circle {
	position: absolute;
	display: block;
	top: 286px;
	left: 396px;
	background: none;
	width: 93px; height: 93px;
	text-indent: -9999px;
	background: url(africa.jpg) no-repeat;
}

a.africa_circle:hover {
	background: url(africa.jpg) no-repeat;
	background-position: -93px;
}


#journal {
	position: absolute;
	top: 20px;
	right: 20px;
}

#book {
	position: absolute;
	top: 400px;
	left: 20px;
}



div.sticky {
	background: #FFFFCC url(sticky-corner.png) no-repeat bottom right;
	width: 140px;
	padding: 10px 5px 10px 5px;
	text-align: left;
	color: #666666;
	
}

div.sticky a {text-decoration: none; color: #698FFE}
div.sticky a:hover {text-decoration: underline;}

p.sticky-h1 {
	font-family:"Courier New", Courier, monospace;
	color: red;
	font-size: 1.3em;
}