*{
	margin:0;
	padding:0;
}

body{
	background:gray;
}


h1{
	text-align:center;
}

img{
	float:left;
	margin-right:20px;
}

p{
	margin-bottom:10px;
}

.container{
	width:960px;
	height:auto;
	border:2px solid black;
	margin:0 auto;
}

.banner{
	width:960px;
	height:180px;
}



.menu{
	width:959px;
	height:50px;
	background:black;
	text-align:center;
	border:1px solid white;
	font-size: 22px;
}

.menu ul{
	list-style:none;
}

.menu ul li{
	display:inline-block;
	float:center;
	position:relative;
}

.menu ul li a{
	display:block;
	float:left;
	color:white;
	line-height:50px;
	padding:0px 30px;
	text-decoration:none;
	font-family:Century Gothic serif;

}

.menu ul li a:hover{
	background:red;
	color:#FFFF00;
	border-radius:15px;
	line-height:50px;
	margin-top:3px;
}

.menu .drop{
	float:none;
	background:#657C12;
	position:absolute;
	top:50px;
	display:none;
}

.menu .drop li{
	float:none;
	display:block;
}

.menu .drop li a{
	float:none;
	display:block;
	width:100px;
	padding:0 15px;
}

.menu .drop li a:hover{
	line-height:20px;
	margin-top:0;
}

.menu ul li:hover .drop{
	display:block;
}


.body{
	width:960px;
	height:auto;
	background:#dedede;
}

.leftside{
	width:125px;
	height:1200px;
	float:left;

}
.content{
	width:670px;
	height:1160;
	background:#FFDEF1;
	float:left;
	padding:20px;
}
.rightside{
	width:125px;
	height:1200px;
	float:left;
	background:green;
}
.business{
	width:180px;
	height:auto;
	float:left;
	background:green;
}

.footer{
	width:960px;
	height:50px;
	background:green;
	clear:left;
	text-align:center;
}

.footer p{
	line-height:40px;
	color:white;

}

/* CSS About us for Board Of Directors*/

/* CSS Our Management Trem*/

/* CSS Home Loan Service Holder*/

/* CSS Home Loan Businessman*/

/* CSS Home Loan NRB*/

/* CSS Contact*/


/* CSS for Feedback Form*/

.feedack{
	width:600px;
	margin:0 auto;
	padding:50px;
}

.feedack input{
	width:250px;
	height:35px;
	font-size:25px;
	margin-top:10px;
}

.feedack textarea{
	width:300px;
	height:200px;
	font-size:25px;
	margin-top:10px;
}

.feedack button{
	width:100px;
	height:50px;
	border:none;
	font-size:20px;
	background:#234567;
	color:#fff;
	border-radius:10px;
	cursor:pointer
}

.feedack button:hover{
	background:#123456;
}


