div{
				margin: 0px;
			}
			/* Scrollbar & content css */						
			#content1, #content2, #content3{
				height: 412px;
				width: 700px;
				float:left;
				background: #f5f5f5;
				overflow:hidden;
			}
			#content1 p{
				margin: 10px;
			}
			.scrollbar-vert{
				/*background-color: #d2e8ff;*/
				/*background-color: #FAEBD6;*/
				background-color: #757575;
				height: 412px;
				width: 20px;
				float:left;
			}
			.handle-vert{
				height: 42px;
				width: 20px;
				background: url(../img/handle.gif) no-repeat;
			}
			
			#content2 p{
				width: 1000px;
			}
			.scrollbar-hor{
				background-color: #d2e8ff;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				/*background: url(../img/handle-hor.gif) no-repeat;*/
			}
			
			#content3 p{
				width: 700px;
			}