
/* Scrollbar & content css */						
#content1, #content2, #content3{
	height: 400px;
	width: 430px;
	float:left;
	overflow:hidden;
	}
#content1 p{
	margin: 10px;
	}
.scrollbar-vert{
	height: 400px;
	width: 20px;
	float:left; 				
	border-left: solid 1px #c7bb9b;
	}
.handle-vert{
	height: 42px;
	width: 20px;
	background: url('../media/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('../media/handle-hor.gif') no-repeat;
	}

#content3 p{
	width: 700px;
	}
