div{
	margin: 0px;
}
			
/* Scrollbar & content css */						

#content1{
	height: 374px;
	width: 580px;
	float:left;
	overflow:hidden;
	text-align: justify;
	padding-left: 35px;
	display: block;
	padding-bottom: 1px;
}
			
#content2{
	height: 400px;
	width: 410px;
	float:left;
	overflow:hidden;
	text-align: justify;
	padding-left: 35px;
	display: block;
}

.scrollbar-vert{
	height: 363px;
	width: 15px;
	float:left;
	background-image: url(scrollbarbg.png);
	margin-top: 2px;
}

			
.handle-vert{
	height: 89px;
	width: 15px;
	background: url(scrollbar.png) no-repeat;
	cursor:pointer;
}
	
.handle-vert:hover{
	height: 89px;
	width: 15px;
	background: url(scrollbarhover.png) no-repeat;
}

.handle-vert.active{
	height: 89px;
	width: 15px;
	background: url(scrollbarhover.png) no-repeat;
}
	
#wrapper{
	width: 700px;
	margin: 50px auto;
}
