DIV {
	MARGIN: 0px;
}
#content1 {
	BACKGROUND: #000;
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 415px;
	/*HEIGHT: 300px;*/
	color:#999;
	padding-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:12px;
	line-height: 16px;
}
#main{
	margin-top:0px;}

#content1 P {
	MARGIN: 10px;
}
.scrollbar-vert {
	FLOAT: left;
	WIDTH: 8px;
	HEIGHT: 300px;
	BACKGROUND-COLOR: #000;
	border:#333 1px solid;
}
.handle-vert {
	WIDTH: 8px;
	HEIGHT: 59px;
	background-image: url(../images/roll.gif);
	background-repeat: no-repeat;
}

.scrollbar-hor {
	FLOAT: left;
	WIDTH: 500px;
	HEIGHT: 10px;
	BACKGROUND-COLOR: #000;
}
.handle-hor {
	BACKGROUND: url(../images/roll.gif) no-repeat;
	WIDTH: 10px;
	HEIGHT: 10px;
}

