/** African  Photo Safaris **/

body {
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	text-align : left;
	font-weight : normal;
	background-image : url(images/images3.jpg);
}

	address
	{
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	color: black;
	font-size: 12pt;
	text-align : left;
	font-weight : bold;
}

img { border: 1; }

#sidebar {
	float: left;
	width: 150px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	color: black;
	font-size: 10pt;
	text-align : left;
	font-weight : bold;
	
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}





h1, h2,h3
 {
color: Green;
    font-style: bold;
	text-align: center;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
}

h4
{
	color: Black;
	font-style: bold;
	font-family: Times New Roman, Times, Serif;
	font-style: normal;
	text-align : left;
}

h5,h6 
{
	color: Black;
	font-style: bold;
	font-family: Times New Roman, Times, Serif;
	font-style: normal;
	text-align : center;
}


p
 {
	color: black;
	font-style: normal;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	text-align: justify;  
}

a
{color: blue;
	
}

a:link, a:visited, a:hover
 {  text-decoration: underline;
}
a:link {
	color: green;
}
a:visited {
	color: black;
}
a:hover {
	color: red;
}

ul li {
	list-style-type: square;
	color: black;
	font-style: normal;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	
}

/* nav */


.floating {
    float: left;
    width: 112px;
    margin-left: 20px;
    display: inline;
}


