@charset "utf-8";
/* CSS Document */


			/* Scrollbar & content css */						
			#content1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	width: 490px;
	height: 523px;
	margin: 0px;
	padding-right: 10px;
	float:left;
	overflow:hidden;
			}
			
			.scrollbar-vert{
				background-color: #ccc;
				height: 560px;
				width: 20px;
				float:right;
			}
			.handle-vert{
				height: 42px;
				width: 20px;
				background: url(img/handle.jpg) no-repeat;
			}
			
			
			.scrollbar-hor{
				background-color: #000429;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(styles/img/handle2.jpg) no-repeat;
			}
