body{
	font-family:arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
*{
	padding:0px;
	margin: 0px;
}
#Maindiv{
	width: 100%;
	height: 965px;
	background-color: grey;
}

#Navdiv ul{
	width:100%;
	height: 80px;
	background:#265B36;
	line-height: 80px;
	color: white;
	margin-right: 15px;
}

#Navdiv ul a {
	text-decoration:none;
	color: white;	padding: 30px;
	
}
#Navdiv ul li {
	list-style-type:none;
	display: inline-block;
	float: right;
}

#Navdiv ul li:hover{
	background:#2CAF68;
	transition: all 0.40s;
}
#Navdiv h1{
	width: 300px;
	float: left;
	cursor: pointer;
	margin-left: 15px;
}

/* form  register */	
	
	
div#first{
	width:350px;
	height:auto;
	margin:250px auto 0;
	padding:50px;
	background-color:#EEE;
	color:#333;
	border:3px solid #265B36;
}
label{
	font-size:15px;
	font-weight:700;
}
input#uname{
	background-repeat:no-repeat;
	background-position:6px;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:310px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
}
input#email{
	background-repeat:no-repeat;
	background-position:6px;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:310px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
}
input#password{
	background-repeat:no-repeat;
	background-position:6px;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:310px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
}

input#Register {
	background-color:#cc7a66;
	border-radius:5px;
	border:none;
	padding:10px 25px;
	color:#FFF;
	text-shadow:1px 1px 1px #949494;
	margin-left:120px;
}

input#Login {
	background-color:#cc7a66;
	border-radius:5px;
	border:none;
	padding:10px 25px;
	color:#FFF;
	text-shadow:1px 1px 1px #949494;
	margin-left:120px;
}



input#submit:hover{
	background-color:#FF9980;
}
/* form log in */	





/* form  Contact us*/	

input#fname {
	background-repeat:no-repeat;
	background-position:6px;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:310px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
}

input#email1 {
	background-repeat:no-repeat;
	background-position:6px;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:310px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
}

/* About us*/	