<style>
#header {
 
	
}
#head {
    background-color:brown;
	text-decoration:aqua;
    color:white;
    text-align:center;
    padding:5px;
	
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	--background: #f1f1f1;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:0px;
	
	
}
#section {
    width:350px;
    float:left;
    padding:10px;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}
/*end reset*/
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 90%;
	background: #FDF5E6;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.h_bg{
	background:url('../images/h_bg.png');
	border-bottom: 5px solid #50ddd2;
}
.header{
	padding:0% 0%;
}
.logo{
	float:left;
}
/*h_nav*/
.h_nav{
	width: 62%;
	float:right;
	margin-top: 0%;
}
.nav {
	/* navigation background color */
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	background-color: #ff8000; /* orange set here*/
	position: relative;
box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-o-box-shadow:  inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
}
.nav li.active h3 span{
	color:#F51055;
}
.nav li {
	border-right: 1px solid rgba(95, 238, 227, 0.66);
	width: 19.77777%;
	display: inline-block;
	margin-right: -4px;
}
.nav li:last-child{
	margin-right: 0;
	border-right: none; 
}

.nav li a{
	font-family: 'Georgia';
	display: block;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 1.2em;
	padding:6px;
	text-align: center;
	letter-spacing: 1px;
}
.about-data{
	float:left;
	width:66.1%;
	margin-right:3.6%;
	text-align:justify;
	font-family:'Georgia';
}
#branch {
    background-color:brown;
	text-decoration:aqua;
    color:white;
    text-align:center;
    padding:5px;
	font-family:'Georgia';
	--font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	
}
</style>