	div{
				margin: 0px;
			}
			/* Scrollbar & content css */						
			#content1{
			float:left;
				height: 190px;
				width: 390px;
				overflow:hidden;
	
				margin:0px;
				padding:0px;
}
	#content2{
		float:left;
		height: 190px;
		width: 390px;
		overflow:hidden;
		margin:0px;
		padding:0px;
}
		#content3{
				height: 365px;
				width: 500px;
				overflow:hidden;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;


			}

			.scrollbar-vert{
	/*background:url(images/scrollbg.jpg) left top repeat-y;*/
				height: 190px;
	width: 10px;
	background-color: #FFDA59;
	background-image: url(images/scr_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
			}
			
			.scrollbar-ver1t2{
				background:url(images/scr_bg.jpg) top left no-repeat;
				/*background:url(images/scrollbg.jpg) left top repeat-y;*/
				height: 365px;
				width: 21px;
				float:right;
			}
			
			.handle-vert{
	height: 32px;
	width: 10px;
	background-image: url(images/scroll_handler.jpg);
	background-repeat: no-repeat;
	background-position: left top;
						/*background:url(images/scroll_heandle.jpg) left top no-repeat;*/
				/*background: url(styles/img/handle.gif) no-repeat;*/
			}
			
			
			.scrollbar-hor{
				background-color: #d2e8ff;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(styles/img/handle-hor.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
			

