/* CSS Document */
#box_page{
	position: relative;
	height: 1200px;
	width: 590px;
	left: 0px;
	top: 0px;
}


ul {
        list-style: none;
        margin: 10;
        padding: 10;
        }
#top_box {
	position:relative;
	left:0px;
	top:0px;
	width:570px;
	height:1000px;
	z-index:1;
}
#exhibit1 {
	position:relative;
	left:0px;
	top:0px;
	width:445px;
	height:200px;
	z-index:1;
}
.red {
	color: #FF0000;
	font-weight: bold;
}


