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

#left_side {
	background-color: #a6abdb;
	height: 480px;
	width: 130px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 160px;
	right: 0px;
	bottom: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
#left_side ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Century Gothic";
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #051DFF;
}
#left_side a {
	margin: 6px;
	padding: 4px;
	display: block;
	height: 20px;
	width: 110px;
	background-color: #FFFFFF;
	background-image: url(../images/small%20page%20button.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ACD5FF;
	border-right-color: #ACD5FF;
	border-bottom-color: #ACD5FF;
	border-left-color: #ACD5FF;
	text-decoration: none;
	font-family: "Century Gothic";
	color: #0000FF;
}
#text_panel {
	background-color: #FFFFCC;
	height: 480px;
	width: 730px;
	left: 140px;
	top: 160px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	line-height: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
}
#wrapper {
	text-align: left;
	z-index: 1;
}
#left_side a:hover {
	background-image: url(../images/small%20page%20button%20hover.gif);
}
