#top_l {
	float: left;
	width: 240px;
	height: 500px;
}
#top_r {
	float: right;
	font-size: 80%;
	background-image: url(../parts/bg6.gif);
	width: 270px;
	height: 500px;
	overflow: auto;
	overflow-y: auto;
	padding: 5px;
}
#mid_l {
	float: left;
	width: 250px;
	height: 260px;
	padding: 5px;
}
#mid-l {
	background-color: #ffffa0;
	overflow:auto;
}
#mid_r {
	float: right;
	width: 250px;
	height: 260px;
	padding: 5px;
}


.font1 {
	font-size: 160%;
	text-align: center; 
}
.font2 {
	color: #9999ff;
}
.font3 {
	color: yellow;	
	text-decoration: blink;
}
.font4 {
	text-align: center; 
}
.font5 {
	color: yellow;	
}
.font6 {
	font-size: 70%;
	color: white;
}


/* example_1 css */
#example_1 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */
		border: 1px solid #888;
		background-color: #f8f8f8;
}
#example_1 a {
	position: absolute;
		top: 0;
		left: 0;

		display: block;
		padding: 4px;

		font-size: 85%;
		color: #333;
		text-decoration: none;
}
#example_1 a:hover {color: #c00}
