body{
	overflow:hidden;
	width:100%;
	margin:0px auto;
}



#slider{
	width:500px;
	height:700px;
	top:150px;
	position:absolute;
}
   
#header{ 
	width:260px;
	position:absolute; 
	right:0px; 
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:20px 40px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
	background-color:#ffffff;
}


#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;
}


h3{
	font-family: 'Lato', serif;
}

input[type=text]{ 
	margin-top: 10px;
	padding:5px;
	width:100%;
	font-size:12px;
	border-radius:2px;
	border:3px solid #98d0f1;
}


div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
select{
	padding:6px;
	width:100%;
	font-size:13px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:50px;
	width:100%;
}	

button{
	background:#9b0000;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:10px;
}
