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



#container0 {
	position	: absolute;
	top			: 0;
	left		: 5px;
	width		: 425px;
	height		: 350px;
	overflow	: hidden;
	
}

#content0 {
	position	: relative;
	width		: 406px;
	left		: 5px;
}

#container1 {
	position	: absolute;
	top			: 0;
	left		: 440px;
	width		: 300px;
	height		: 345px;
	overflow	: hidden;
	border		: 1px solid #999;
	background-color:#efeeee;
}

#content1 {
	position	: relative;
	width		: 290px;
	left		: 5px;

}

#scrollArea1 {
	position	: absolute;
	left		: 742px;
	top			: 0;
	height		: 345px;
	width		: 15px;
	border		: 1px solid #999;
	background	: #d0cfcf  center bottom no-repeat;
	overflow	: hidden;
}

#scroller1 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: URL(../images/scroll_red.gif) center top no-repeat;
	/*border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
}
