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

#left_side {
	background-color: #a6abdb;
	height: 480px;
	width: 270px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 160px;
	right: 0px;
	bottom: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	line-height: normal;
}
#text_panel {
	background-color: #FFFFCC;
	height: 500px;
	width: 600px;
	left: 300px;
	top: 160px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
