@charset "UTF-8";
/* Alliance Africa */
/* Created Nov. 2007, by Dan Hall @ BlueStreak Studio */

html {overflow-y: scroll;}

body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	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 */
}
.fir	{
	display: none
}
.container { 
	width: 684px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	height: 88px;
	width: 684px;
}
#headlogo {
	float: left;
	height: 88px;
	width: 494px;
	position: relative;
}
#paypal {
	position: relative;
	float: right;
	height: 0;
	/* IE hack for primenav spacing \*/
	* margin-bottom: -58px;
	/* Close Hack */
}
.mainleft {
	height: auto;
	width: 494px;
	position: relative;
	float: left;
	margin: 16px 0 36px 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 2px 24px 0 0;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 24px;
}
p a:link, p a:visited {
	color:#CC0000;
		cursor:default;
}
p a:hover, p a:link:visited:hover {
	color: #000000;
	cursor: default;
}
.keyphoto {
	margin-bottom: 4px;
}
.keyphoto img {
	margin-bottom: -6px;
}
.rtphoto {
	float: right;
	padding: 22px 10px 6px 10px;
}
.rtphoto2 {
	float: right;
	padding: 4px 10px 6px 10px;
}
.lftphoto {
	float: left;
	padding: 4px 10px 6px 0px;
}
/* primary navigation */
.primenav {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	padding-top: 45px;
	width: 188px;
}
.primenav a {
	color: #CC0000;
	text-decoration: none;
}
.primenav a:link, .primenav a:visited {
	color: #000000;
	text-decoration: none;
}
.primenav a:hover, .primenav a:visited:hover {
	color: #CC0000;
	text-decoration: none;
}
/* secondary navigation */
.secnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	float: right;
	width: 188px;
	position: relative;
	padding-top: 14px;
	text-align: center;
	line-height: 16px;
	margin: 6px 0;
}
.secnav a {
	color: #CC0000;
	text-decoration: none;
}
.secnav a:link, .secnav a:visited {
	color: #000000;
	text-decoration: none;
}
.secnav a:hover, .secnav a:visited:hover {
	color: #CC0000;
	text-decoration: none;
}
/* general navigation */
a img, a img:link, a img:hover, a img:visited, a img:visited:hover
{ border: none }

/* 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 */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

