body{
	overflow:hidden;

	margin:10px auto;
}



#slider{
	width:500px;
	top:100px;
	position:absolute;
}
   
#header{ 
	width: 340px;
height: 400px;
position: absolute;
right: 0px;
border: 1px solid #d8d8d8;
margin-left: 40px;
padding: 0px 10px;
border-radius: 10px;
box-shadow: 0 0 8px gray;
background-color: #e7e7e7;
}


#sidebar{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}

#sidebar1{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}

input[type=text]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}
.nopadding{
    margin-top:0px!important;
    border: 1px solid #e6e6e6!important;
}

div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
select{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

button{
	background:#2bc1f2;
	border: none;
	color: #fff;
	width: 50%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
}
/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}