@charset "utf-8";
/* CSS Document */


			div{
				margin: 0px;
			}
			/* Scrollbar & content css */						
			#content1, #content2, #content3{
				height: 368px;
				width: 440px;
				float:left;
				overflow:hidden;
			}
			
				*html #content1, #content2, #content3{
					padding-right:15px;
					width:425px;
				}
				
			#content1 p{
				margin: 10px;
			}
			
				.scrollbar-vert{
				height:350px;
				width:25px;
				float:left;
				margin-top:10px;
				margin-bottom:10px;
				background-color:#EBF1F6;
			}
			.handle-vert{
				height: 55px;
				width: 25px;
				background: url(handle.jpg) 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(handle-hor.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
			
