@charset "UTF-8";
/* CSS Document */


			/* Scrollbar & content css */						
			#content1, #content2, #content3{
	left:300px;
	top:136px;
	width:300px;
	height:215px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	/*font-size:0.69em;*/
				color:#666;
	padding-right:10px;
	overflow: hidden;
	text-align: left;				
			}
			
			.scrollbar-vert{
				background-color:#F7F7F7;
				background-image:url(images/scrollbg.gif) no-repeat;
				background-position:center;
				height: 215px;
				width: 15px;
				float:right;
				border: #999;
			}
			.handle-vert{
				height: 24px;
				width: 15px;
				background: url(images/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(styles/img/handle-hor.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
			

