#header {
	width: 100%;
	height: 85px;
	background-color:white;
	margin-top: 1%;
	
}

#header #logo {
	float: left;
	position: relative;
	width: 20px;
	height: 15px;
	left: 0%;
}

#header #callus {
	float: left;
	position: relative;
	left:30%;
	top: 2%;
	width: 160px;
	
}

#header #navbar {
	float: right;
	margin-top:2%;
	margin-right: 2%;
	position: relative;
	background-color:#FFFFF;
}



#content_left {
	height: auto;
	width: 70%;
	position: relative;
	float: left;
	margin-top: 1%;
	
}

#content_right {
	float: left;
	height: 910px;
	width: 30%;
	position: relative;
	margin-top: 1%;
	left:0%;
}
/*------Box action-------*/
#content_right #boxcontainer{
	position: relative;
	height: 650PX;
	width: 90%;
	top: 15%;
	float: right;


	
}
#content_right #boxcontainer #box11 {
	float: right;
	height: 140px;
	position: relative;
	padding: 2px 2px;
	width: 190px;

	
}
#content_right #boxcontainer #box22 {
	float: right;
    height: 140px;
	position: relative;;
	padding: 2px 2px;
	width: 190px;

}
#content_right #boxcontainer #box33 {
	float: right;
    height: 140px;
	position: relative;;
	padding: 2px 2px;
	width: 190px;

}


/*--------box action END--------*/


#bottom {
	float:left;
	border-top-width: 3px;
	border-top-style: solid;
	position: relative;
	margin-top: 1%;
	border-top-color: #666;
	height: 50px;
	width: 100%
	
}

#bottom #fotter {
	float: left;
	height: 30px;
	width: 1200px;
	position: absolute;
	left: 300px;
	top: 0px;
}
#bottom #copyright {
	position: absolute;
	top: 60%;
	left: 31%;
}

#bottom #bottom_logo{
	position:absolute;
	left: 5px;
	top: 5px;
}

#bottom #fotter ul {
	margin-left: 0px;
	padding-left: 0px;
}
#bottom #fotter ul li {
	float: left;
	list-style-type: none;
}
#bottom #fotter ul li a {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0.1cm;
	padding-right: 0.2cm;
	padding-bottom: 0.2cm;
	padding-left: 0.2cm;
}

#bottom #bottom-contact {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #333;
	text-align: right;
}

.registerButton{
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:12;
	font-weight:bold;													
	border-radius:3px;
	background-color:#F60;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	left: 80px;
	margin-top: 15px;
	float: left;
	height: 30px;
	width: 130px;
	}
	
/* end - Login Form Topside */



#bottom #terms {
	position: absolute;
	display:inline-block;
	top: 1%;
	left: 30%;
	color: #333;
	text-align: center;
}
