@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 */
}
.keyphoto {
	margin-bottom: 4px;
}
/* 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;
}

/* general navigation */
a img, a img:link, a img:hover, a img:visited, a img:visited:hover
{border: none}

