body {
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C3C37;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #330000;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #330000;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

/** Style for header starts here */

#header {
	width: 840px;
	height: 250px;
	margin: 0px auto;
	background-image: url(images/kenyasafaris.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	font-size: 3em;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 90px;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 840px;
	height: 50px;
	background: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: c0px;
}

/** Style for content starts here */

#content {
	width: 840px;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content h2 {
	text-transform: none;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 450px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 170px;
	margin-bottom: 20px;
	padding-right: 10px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}

#tours {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	padding-left: 10px;
}


#tours ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#tours li {
	padding-right: 10px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 840px;
	height:auto;
	margin: 0px auto;
	padding-top: 13px;
	background: #000000;
	text-transform: none;
	font-size: 12px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 100px;
	padding-left: 100px;
	text-decoration:none;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}

.photo-left {
	float: left;
	padding-right:5px;
}
.photo-right {
	float: right;
	margin-left:5px;
}
