/** Common Styles */

body {
	padding: 0;
	text-align: justify;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-align: center;
	background-color: #27210C;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #27210C;
	text-align:justify;
}

p, ul, ol {
	margin-bottom: 10px;
}

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

a {
	color: #533710;
}

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

/** Style for header starts here */

#header {
	width: 900px;
	height: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/safarisgorilla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 900px;
	height: 50px;
	background-color: #784E12;
	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: 900px;
	padding: 20px;
	background-color: #f1f8ab;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** Style for content starts here */

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

#content h2 {
	text-transform: none;
	font-size: 1.2em;
	font-weight: normal;
}

#content p {
}

#left {
	float: right;
	width: 650px;
	padding-left:10px;
	padding-right:1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style-image: url(images/tick.gif);
	list-style-type: square;
	text-align:justify;
}

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

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

#left .post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
}

#left .post p {
	font-size:12px;
	text-align:justify;
}

#right {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

#right #sidenav h1 {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 210px;
	background-color: #533710;
	text-align: center;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#right #sidenav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
	padding: 0px;
}

#right #sidenav li a {
	display: block;
	margin: 0px;
	height: 20px;
	width: 210px;
	padding-top: 5px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #120C03;
	font-size: 11px;
	background-color: #CDB867;
	border: 1px solid #E8C46B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#right #sidenav li a:hover {
	display: block;
	height: 20px;
	width: 200px;
	padding-top: 5px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #F1F8AB;
	font-size: 11px;
	color: #32210A;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:solid; 
	border-left-style: solid;
	border-top-color: #E8C46B;
	border-right-color: #E8C46B;
	border-bottom-color: #E8C46B;
	border-left-color: #000000;
}

#right #testimonial  {
	width: 210px;
	background-color: #533710;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#right #testimonial p {
	font-size: 11px;
	background-color: #CDB867;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:5px;	
}

#right #testimonial a {
	color: #120C03;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right #testimonial h1 {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background-color: #533710;
	text-align: center;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#right #testimonial #img {
	float:left;
	padding-right:5px;
}

.imgl {
float:left;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;

}
.img { float:right;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
}

div.titles {
	width:500px; 
	float:left; 
	text-align:right;
}

div.text-box2 {
	width:620px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
	
div.four {
	width:190px;
	float:left;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
p.no-space {
	margin: 0px 0px 0px 0px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 900px;
	height: 80px;
	padding-top: 13px;
	text-transform: none;
	font-size: 10px;
	color: #E5E5CC;
	background-color: #784E12;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
}

#footer .copyright {
	font-size:11px;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}
#footer a {
	color: #E5E5CC;
	text-align:center;
	text-decoration:none;
}

