body
{
	background-color: #AAAAAA;
	font-family: tahoma, arial, helvetica;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	padding: 8px;
	text-align: center;
}




#container
{
	position: absolute;
	width: 980px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -490px;
	background-image: url(images/africhance_tutors.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#leftblock
{
	width: 470px;
	height: 100%;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}


#rightblock
{
	width: 450px;
	padding-top: 30px;
	float: left;
	overflow: hidden;
}

#logo
{
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
}







/*
------------------------------
pageheading styles
------------------------------
*/


.pageheading
{
	background-color: #000000;
	width: 400px;
	padding-right: 50px;
	display: none;
}

.currentpageheading
{
	background-color: #000000;
	width: 400px;
	padding-right: 50px;
	display: block;
}










/*
------------------------------
navigation styles
------------------------------
*/

#navigation
{
	z-index: 10;
	position: absolute;
	left: 280px;
	top: 15px;
}

#navigation ul
{
	list-style: none;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;		
}

#navigation li
{
	list-style: none;
}

#navigation li a
{
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
	padding: 8px 10px 8px 10px;
	margin-top: 15px;
	display: block;
	width: 170px;
	text-align: right;
	text-transform: uppercase;
}

#navigation li a:hover
{
	background-color: #7F7F7F;
}









