#page_middle {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAEAEA;
	text-align: justify;
}
#menu_left      {
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 300px;
}
#menu_left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_right {
	float: right;
	width: 600px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#content_right  li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_right  li a {
	text-decoration: underline;
}

