* {
	margin:0;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin:auto;
	width:900px;
	height:600px;
	border:1px solid #666666;
}


#header {
	width:900px;
	height:150px;
}

#content {
	width:900px;
	height:200px;
	background-color:#CCCCCC;
}

#menu {
	width:900px;
	height:250px;
	

}

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: silver;
	border-left: none;
	height: 100%;
	width: 14px;
	margin-right:5px;

}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.jpg) top right no-repeat;
	height: 17px;
	width: 14px;
	cursor:pointer;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.jpg) top right no-repeat;
	height: 17px;
	width: 14px;
	cursor:pointer;
}

.scrollbox_handle {
	background-color: #999999;
}
